Skip to content

Commit

Permalink
Merge pull request #112 from Damgaard/master
Browse files Browse the repository at this point in the history
Added Python version and dependency information to README
  • Loading branch information
bboe committed Aug 6, 2012
2 parents 6132d31 + 92e159c commit 1652f03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,11 @@ Or via `setup.py`
# First download or checkout the code then run # First download or checkout the code then run
python setup.py install python setup.py install


PRAW works with Python 2.6 or later.

Installation via `pip` or `easy_install` automatically installs PRAW's only
dependency, the module [six](http://pypi.python.org/pypi/six/). If you install
via `setup.py` you'll need to install `six` manually.


# Examples and Configuration # Examples and Configuration


Expand Down

0 comments on commit 1652f03

Please sign in to comment.