Get started with PyBaMM

Hint

For the official PyBaMM documentation, please visit https://docs.pybamm.org/en/stable/

Installation instructions#

PyBaMM is available on the pip and conda package managers for Windows, macOS, and Linux; and the the library (with its required dependencies) can be installed with

pip install pybamm

or

conda install -c conda-forge pybamm-base
Caution

At the moment, PyBaMM’s conda-forge distribution does not include IDAKLUSolver.

More detailed instructions for installing PyBaMM on different platforms and for installing from source can be found in the installation instructions in the documentation.

Example notebooks#

If you would like to get started with PyBaMM, you may go through the Getting Started notebooks which introduce its basic features. You can launch the notebooks on Google Colab to run them on the cloud without having to install PyBaMM on your computer.

For more resources, please refer to the Examples section in the PyBaMM documentation.

Get help#

You can get help from the community by posting questions on the PyBaMM Discourse.

On this page
Installation instructions#
Example notebooks#
Get help#