Installation¶
Packages¶
You’ll need to install the following packages:
Pip install¶
pip install pytropd
Note that this method will only pull the package but not the additional Netcdf validation files needed to run the tutorial and example calculations. You can download the data files from Github.
From Github¶
- For the python 2 package, clone the repository using
git clone git@github.com:tropd/pytropd.git
For the python 3 package, use:
git clone --branch python3 git@github.com:tropd/pytropd.git
- Compile and install the source
cd pytropd
python setup build
sudo python setup.py install