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

  1. 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
  1. Compile and install the source

cd pytropd

python setup build

sudo python setup.py install

From source

  1. Download the tarball from here
  2. Untar the files

tar -xzvf pytropd-<version>.tar.gz

cd pytropd-<version>

  1. Compile and install the source

cd pytropd

python setup build

sudo python setup.py install