| .. | ||
| .gitignore | ||
| build_ffi.py | ||
| Makefile | ||
| MANIFEST.in | ||
| README.txt | ||
| requirements.txt | ||
| setup.py | ||
pygomx-module
=============
python package with the pygomx binaries
install reqiurements:
pip install -e requirements.txt
build wheel:
make
python setup.py bdist_wheel
install:
python setup.py install