pygomx/pygomx-module/README.txt

19 lines
225 B
Text
Raw Permalink Normal View History

2026-02-10 00:08:30 +01:00
pygomx-module
=============
python package with the pygomx binaries
2026-02-10 14:49:35 +01:00
install reqiurements:
pip install -e requirements.txt
2026-02-10 00:08:30 +01:00
build wheel:
make
python setup.py bdist_wheel
install:
python setup.py install