Installation Guide¶
Getting ngEHTforecast¶
The latest version of ngEHTforecast can be obtained from https://github.com/aeb/ngEHTforecast.
The git repository contains a number of branches. By default, after cloning you will be in the master branch, which contains the latest stable release, and is probably where you want to be. The most up-to-date functionality can be found in develop, which will periodically be merged into master. (See Developer’s Guide for more details about the repository structure.)
Installing with pip¶
To install ngEHTforecast, in the ngEHTforecast directory,
$ pip install [--upgrade] . [--user]
See pip help for more information.
Dependencies¶
ngEHTforecast requires with the following packages:
python >=3.3
scipy (pip install scipy)
numpy (pip install numpy)
matplotlib (pip install matplotlib)
Generating local version of the documation for ngEHTforecast requires:
Sphinx (pip install sphinx)
Sphinx-argparse (pip install sphinx-argparse)