Installation

AeoLiS is a Python package that can be installed from PyPI or from source. For the source code, see the GitHub repository.

Requirements

  • Python 3.8 or higher

  • Setuptools

  • pip

Installing from PyPI

On the comand line of your working environment (Bash/Shell, Conda, Mamba, or similar), run the following:

pip install AeoLiS

Note

For Windows users, the recommend way to install AeoLiS is to use Anaconda.

Installing from source

  1. Clone the repository using Git, or download the source code.

  2. Go to the aeolis-python directory and install using pip

    cd aeolis-python/
    pip install .
    

Running AeoLiS

Example from command line:

aeolis params.txt
aeolis-wind wind.txt --mean=6 --duration=3600