Installation¶
Python¶
If you are starting with python:
- anaconda is a good option, with over 1000 packages. Donwload anaconda’s latest Python 2 version from https://www.anaconda.com/download/ and install it.
- PyCharm is an easy to use IDE, free available in the community edition version.
Installing warsa¶
Using pip:
pip install warsa
or using conda-forge:
conda install -c conda-forge warsa
Dependencies¶
If you install girs with conda, all dependencies should be automatically installed.
The dependencies are:
- numpy
- scipy
- pandas
- matplotlib
- girs
Numpy, scipy, pandas, and matplotlib are important packages for many applications and therefore installed per dafault in anaconda. To install girs see http://www.warsa.de/girs/tutorial/installation.html