Skip to content

MrShuffle/pygeon

 
 

Repository files navigation

Pytest Mypy, black, isort, flake8 DOI License: GPL v3

PyGeoN: a Python package for Geo-Numerics

Installation for Linux

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.

Issues

Create an issue.

Getting started

See the tutorials.

License

See license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.2%
  • Jupyter Notebook 0.8%