2. Setting up a development environment
Tip
We recommend creating a dedicated virtual environment for your pelicun development environment. See also conda and mamba, two widely used programs featuring environment management.
Install pelicun in editable mode with the following command issued from the package’s root directory:
python -m pip install -e .[development]
This will install pelicun in editable mode as well as all dependencies needed for development.