BiPMo (Biogas Plant Model) is a simulation framework for the optimal operation of a biogas plant in a given scenario that works both stand-alone and in combination with the simulation environment FLEDGE.
The full documentation can be found here.
- Check requirements:
- Python 3.7
- Gurobi Optimizer
- Clone or download repository.
- In your Python environment, run:
pip install -e path_to_repository
The following installation procedure contains additional steps and is less prone to potential errors due to the use of Anaconda.
- Check requirements:
- Anaconda Distribution (Python 3.x version)
- Gurobi Optimizer or CPLEX Optimizer
- Clone or download repository.
- In Anaconda Prompt, run:
conda create -n bipmo python=3.7
conda activate bipmo
conda install pandas
pip install -e path_to_repository
.