pygomx/pygomx-module
2026-02-13 14:46:36 +01:00
..
.gitignore make the package a package 2026-02-10 14:48:33 +01:00
build_ffi.py add build parameters 2026-02-13 14:46:36 +01:00
Makefile add build parameters 2026-02-13 14:46:36 +01:00
MANIFEST.in make the package a package 2026-02-10 14:48:33 +01:00
README.txt update readme 2026-02-10 14:49:35 +01:00
requirements.txt make the package a package 2026-02-10 14:48:33 +01:00
setup.py make the package a package 2026-02-10 14:48:33 +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