Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 351 Bytes

File metadata and controls

27 lines (18 loc) · 351 Bytes

How to install & test (for user)

python3 -m pip install pocket-numpy
python3 -m pocket_numpy --help
python3 -m pocket_numpy tests/test_numpy.py

Try is online

https://cubao.github.io/xtensor-numpy


How to build (for dev)

make build

How to test (for dev)

make test

See all available commands in Makefile.