Skip to content

Commit

Permalink
Add dependecies acquired through Paegan
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Wilcox committed Oct 2, 2013
1 parent ceed69a commit 28b1ebb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,17 @@ pip install pyoos
Pyoos requires the following python libraries which will be downloaded and installed through `pip`:

* Paegan>=0.9.9
* numpy>=1.7.0
* scipy
* netCDF4>=1.0.2
* Shapely>=1.2.15
* pytz
* python-dateutil>=1.5
* OWSLib (install from git with `pip install git+http://github.com/geopython/OWSLib.git`)
* requests
* Fiona==0.16.1
* beautifulsoup4==4.2.1
* lxml==3.2.1
* lxml>=3.2.0

If your NetCDF4 and HDF5 libraries are in non-typical locations, you will need to pass the locations to the `pip` command:
```bash
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
paegan>=0.9.9
OWSLib>=0.8.2
OWSLib>=0.8-dev
requests
Fiona==0.16.1
beautifulsoup4==4.2.1
lxml==3.2.1
lxml>=3.2.0

0 comments on commit 28b1ebb

Please sign in to comment.