pygomx/pygomx-module
2026-02-10 14:48:33 +01:00
..
.gitignore make the package a package 2026-02-10 14:48:33 +01:00
build_ffi.py make the package a package 2026-02-10 14:48:33 +01:00
Makefile make the package a package 2026-02-10 14:48:33 +01:00
MANIFEST.in make the package a package 2026-02-10 14:48:33 +01:00
README.txt make the package a package 2026-02-10 14:48:33 +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


build wheel:

    make
    python setup.py bdist_wheel

install:

    python setup.py install