2026-02-10 00:08:30 +01:00
|
|
|
pygomx-module
|
|
|
|
|
=============
|
|
|
|
|
|
|
|
|
|
python package with the pygomx binaries
|
|
|
|
|
|
2026-03-04 10:54:13 +01:00
|
|
|
install:
|
2026-02-10 14:49:35 +01:00
|
|
|
|
2026-03-04 10:54:13 +01:00
|
|
|
pip install [-e] .
|
2026-02-10 14:49:35 +01:00
|
|
|
|
2026-02-10 00:08:30 +01:00
|
|
|
|
|
|
|
|
build wheel:
|
|
|
|
|
|
2026-03-04 10:54:13 +01:00
|
|
|
python3 -m build --wheel
|
2026-02-10 00:08:30 +01:00
|
|
|
|
2026-03-04 10:54:13 +01:00
|
|
|
see ../README.txt for more
|