Installation
Quick start¶
The use of the Python Package Index (PyPI) is the simplest method for installing AeroCM.
Prerequisite: AeroMAPS needs at least Python 3.10.
You can install the latest version with this command:
pip install --upgrade aerocm
If you also want to run the Jupyter notebooks developed for the reference paper, use the following command:
pip install --upgrade aerocm[publications]
For developers¶
If you want to contribute to the development of AeroCM, check out the guide for developers.