python-awips/README.md
2016-03-11 15:05:01 -07:00

14 lines
303 B
Markdown

## Python Data Access Framework for AWIPS II EDEX
### Install Requirements
* easy_install argparse
* easy_install shapely
* yum install geos geos-devel (or "brew install goes" for OS X)
### Install
* git clone https://github.com/Unidata/awips-python.git
* cd awips-python
* python setup.py install