Installing from PyPI#
MOABB can be installed via pip from PyPI.
Warning
MOABB is only compatible with Python 3.9, 3.10 and 3.11.
Note
We recommend the most updated version of pip to install from PyPI.
Below are the installation commands for the most common use cases.
pip install moabb
MOABB can also be installed with sets of optional dependencies to enable the deep learning modules, the tracker of the carbon emission module or the documentation environment.
For example, to install all the optional dependencies.
pip install moabb[deepleaning,carbonemission,docs]
See the issue at Github if you have a problem.