Skip to content

Install development environment

Carsten Fortmann-Grote edited this page Mar 26, 2024 · 1 revision

Install packages needed to run the code

$ pip install -r requirements/runtime.txt

Install packages needed only for development

$ pip install -r requirements/develop.txt

Install packages needed to build the documentation

$ pip install -r docs/requirements.txt

Clone this wiki locally