Start from Nothing Guide

Instructions for installing Python via Anaconda.

Assuming you are starting from scratch, you’ll need to first install Python 3. It is recommended you use the Anaconda distribution, which automatically includes many of the libraries upon which anemoi depends.

You can download and install the Anaconda distribution of Python 3 here.

Then from the Anaconda Prompt (launched from the start menu) you can run the following:

conda install statsmodels
pip install anemoi

All the dependancies and requirements that weren’t already installed with Anaconda will be automatically installed.

Finally, you can launch a Jupyter notebook by running the following in the Anaconda Prompt:

jupyter notebook
1
import anemoi as an