Skip to content

cubao/xtensor-numpy

 
 

Repository files navigation

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

How to build (for dev)

make build

How to test (for dev)

make test

See all available commands in Makefile.