Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.18 KB

BiPMo

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.

Installation

Quick installation

  1. Check requirements:
  2. Clone or download repository.
  3. In your Python environment, run: pip install -e path_to_repository

Recommended installation

The following installation procedure contains additional steps and is less prone to potential errors due to the use of Anaconda.

  1. Check requirements:
  2. Clone or download repository.
  3. In Anaconda Prompt, run:
    1. conda create -n bipmo python=3.7
    2. conda activate bipmo
    3. conda install pandas
    4. pip install -e path_to_repository.