python-awips/README.md

15 lines
303 B
Markdown
Raw Permalink Normal View History

2015-06-12 12:48:56 -06:00
## Python Data Access Framework for AWIPS II EDEX
2015-06-12 12:47:27 -06:00
### Install Requirements
2015-06-12 12:48:26 -06:00
* easy_install argparse
* easy_install shapely
2015-06-15 11:38:48 -06:00
* yum install geos geos-devel (or "brew install goes" for OS X)
2015-06-12 12:47:27 -06:00
### Install
2016-03-11 15:05:01 -07:00
* git clone https://github.com/Unidata/awips-python.git
* cd awips-python
2015-06-16 09:59:00 -06:00
* python setup.py install
2015-06-12 12:47:27 -06:00