We recommend creating a virtual environment and installing the dependencies there.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
The example is run in the power_vs_energy.ipynb
notebook.
For questions or to learn more about PyBaMM, please contact us at [email protected].