pygomx/pygomx-module
2026-03-03 21:36:26 +01:00
..
.gitignore make the package a package 2026-02-10 14:48:33 +01:00
build_ffi.py If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00
MANIFEST.in If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00
pyproject.toml If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00
README.txt update readme 2026-02-10 14:49:35 +01:00
setup.py If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00

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