============= Installation ============= Packages ============ You'll need to install the following packages: * `Python 2.7 or Python 3.6 `_ * `Numpy (>=1.12.0) and Scipy `_ * `Matplotlib `_ * `PyTropD `_ 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`` 2) 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-.tar.gz`` ``cd pytropd-`` 3) Compile and install the source ``cd pytropd`` ``python setup build`` ``sudo python setup.py install``