Installation

Using pip

AeroFrame is available on the Python Package Index (PyPI), and it can be installed using the Python package installer pip. If your have pip installed, you can open a terminal and run:

pip install aeroframe

See also

How to get started with pip:

From Github

Alternatively, you can clone the most recent version of AeroFrame from Github, navigate to the repository root folder and in a terminal run:

python setup.py install

Check the installation

If AeroFrame has been installed correctly, you will be able to call AeroFrame’s command-line tool in a terminal. If you run…

aeroframe -h

… a short help page will show up.

usage: aeroframe [-h] {run,init,plot} ...

positional arguments:
  {run,init,plot}  execution modes
    run            run an analysis
    init           initialise a project
    plot           plot data fields

optional arguments:
  -h, --help       show this help message and exit

Hint

Please report problems with the installation to