Installation¶
Packages¶
You’ll need to install the following packages:
Pip install¶
pip install skytropd
Note that this method will only install the package. The additional Netcdf validation files used by the tutorial and example calculations should be obtained from your SkyTropD source tree.
From source control¶
Clone your SkyTropD repository
git clone https://github.com/QianyeSu/Skytropd.git
Compile and install the source
cd skytropd
python setup.py build
python setup.py install