A collection of analytical and semi-semianalytical solutions for hydrogeological transport phenomena
Use pip to install the most recent stable release of mibitrans as follows:
pip install mibitransTo install mibitrans from the GitHub repository directly, do:
git clone git@github.com:MiBiPreT/mibitrans.git
cd mibitrans
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 mibitrans documentation here
If you want to contribute to the development of mibitrans, have a look at the contribution guidelines.
This package was created with Cookiecutter and the NLeSC/python-template.