Installation#

There are different ways to install easyclimate:

Pypi#

Using the pip package manager to obtain latest version of easyclimate:

$ pip install easyclimate

Development version#

You can use pip to install the latest unreleased version from GitHub (not recommended in most situations):

$ pip install --upgrade git+https://github.com/shenyulu/easyclimate@dev

Note

The commands above should be executed in a terminal. On Windows, use the cmd.exe or the “Anaconda Prompt” app if you’re using Anaconda.

Which Python?#

You’ll need Python \(\geq\) 3.10.

Dependencies#

The required dependencies should be installed automatically when you install easyclimate using conda or pip.

Required:

Our examples use other packages as well which are not used within easyclimate itself. If you wish to run the examples in the documentation, you will also have to install:

Acknowledgement#