groopsio is a free Open Source software package for reading and writing GROOPS file formats in Python. It is written as a C/C++ extension to NumPy and requires a few GROOPS source files.
To install the current development version of the package, first clone the repository or download the zip archive.
In the root directory of the package (i.e. the directory containing the setup.py
file), run
GROOPS_SOURCE_DIR=/path/to/groops/source pip install .
to install the package and its dependencies. The environment variable GROOPS_SOURCE_DIR
should point to the source
folder of GROOPS (if ommitted, $HOME/groops/source
or the Windows equivalent is used).
Note that you will need a toolchain capable of building GROOPS. See the GROOPS installation guide for Windows or Linux for details (no optional steps are necessary for groopsio).
groopsio a free Open Source software released under the GPLv3 license.