A collection of analytical and semi-semianalytical solutions for hydrogeological transport phenomena
Use pip
to install the most recent stable release of anatrans
as follows:
pip install anatrans
To install anatrans from the GitHub repository directly, do:
git clone git@github.com:MiBiPreT/anatrans.git
cd anatrans
python -m pip install .
Note that this is the (possibly unstable) development version from the main
branch. If you want a stable release, use the pip installation method instead.
See the full anatrans
documentation here
If you want to contribute to the development of anatrans, have a look at the contribution guidelines.
This package was created with Cookiecutter and the NLeSC/python-template.