update pygomx-module/README.txt

This commit is contained in:
saces 2026-03-04 10:54:13 +01:00
parent 2eec7b4f5e
commit 92782f1352

View file

@ -3,16 +3,13 @@ pygomx-module
python package with the pygomx binaries
install reqiurements:
install:
pip install -e requirements.txt
pip install [-e] .
build wheel:
make
python setup.py bdist_wheel
python3 -m build --wheel
install:
python setup.py install
see ../README.txt for more