18 lines
225 B
Text
18 lines
225 B
Text
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
|