MiBiReMo (Microbiome Bioremediation Reaction Module) is a Python interface to the PhreeqcRM library. The package is designed to be coupled with transport models to simulate reactive transport in porous media, with applications in environmental and geochemical engineering. Developed as part of the MIBIREM toolbox for Bioremediation.
Use pip to install the most recent stable release of mibiremo from PyPI as follows:
pip install mibiremoTo install mibiremo from the GitHub repository directly, do:
git clone git@github.com:MiBiPreT/mibiremo.git
cd mibiremo
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 PyPI installation method instead.
Examples are available in the examples directory.
The project's full documentation is available here.
If you want to contribute to the development of mibiremo, have a look at the contribution guidelines.
This package was created with Copier and the NLeSC/python-template.