PyGeoN requires Python >= 3.10
Since for many functionalities PyGeoN depends on PorePy, we assume that the latter is accessible in your PYTHONPATH.
To install PyGeoN, first clone the current version of the code and then install the dependencies by
pip install -r requirements.txt
Additional dependencies can be installed by
pip install -r requirements-dev.txt
Then to install PyGeoN at user level (see also below) type
pip install .
if you want to modify PyGeoN install it in an editable way by writing instead
pip install --user -e .
It might be useful to add PyGeoN to your PYTHONPATH.
Create an issue.
See the tutorials.
See license.