Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aschn committed Mar 29, 2014
1 parent 599067d commit 0d61f8b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
pyiso
============

Python client libraries for ISO and other power grid data sources.
pyiso provides Python client libraries for ISO and other power grid data sources.
It powers the WattTime Impact API (code https://github.com/WattTime/watttime-grid-api, live http://api.watttime.org/).

Full documentation: http://pyiso.readthedocs.org/

## Install

```
pip install pyiso
```

pyiso depends on [pandas](http://pandas.pydata.org/) so be prepared for a large install.

0 comments on commit 0d61f8b

Please sign in to comment.