PyGeoN requires Python >= 3.12
Since for many functionalities PyGeoN depends on PorePy, we assume that the latter is accessible in your PYTHONPATH. Otherwise, if PorePy has not been installed, execute the line
pip install -r requirements.txt
Then to install PyGeoN at user level, in editable way, type
pip install -e .
avoid the -e
if you do not want the editable version.
It might be useful to add PyGeoN to your PYTHONPATH.
Create an issue.
See the tutorials.
For a list of papers that use PyGeoN see papers.
See license.