python-awips/docs/source/install.rst

38 lines
942 B
ReStructuredText
Raw Permalink Normal View History

.. _Jupyter Notebook: http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks
2016-10-21 17:10:27 -05:00
Installation
2016-03-16 12:09:56 -05:00
------------------
2016-03-15 20:27:25 -05:00
- pip install python-awips
Requirements
2016-03-16 12:09:56 -05:00
~~~~~~~~~~~~
2016-03-15 20:27:25 -05:00
2016-03-16 16:32:17 -05:00
- Python 2.7 or later
2016-03-15 20:27:25 -05:00
- pip install numpy shapely
- pip install metpy enum34 - to run `Jupyter Notebook`_ examples
2016-03-15 20:27:25 -05:00
Install from Github
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-03-15 20:27:25 -05:00
2016-10-21 17:10:27 -05:00
- git clone https://github.com/Unidata/python-awips.git && cd python-awips
- python setup.py install
2016-03-15 20:27:25 -05:00
2016-10-21 17:10:27 -05:00
Install for AWIPS
~~~~~~~~~~~~~~~~~
2016-03-15 20:27:25 -05:00
2016-10-21 17:10:27 -05:00
On standalone AWIPS systems, the full `AWIPS Python Stack <about.html#awips-ii-python-stack>`_ is installed to ``/awips2/python`` as RPM packages.
2016-03-15 20:27:25 -05:00
Easy install on an AWIPS system
2016-03-15 20:27:25 -05:00
2016-10-21 17:10:27 -05:00
* For Unidata AWIPS release **16.2.2+**:
2016-10-28 11:30:56 -05:00
* /awips2/python/bin/easy_install pip
* /awips2/python/bin/pip install python-awips
2016-10-21 17:10:27 -05:00
* For releases before and up to **16.1.5** you may need to run
2016-10-28 11:30:56 -05:00
* yum install awips2-python-setuptools