Skip to content

Commit

Permalink
upgrade install docs to reflect python 3.6 change
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Jan 2, 2018
1 parent c3edbcb commit dafa6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Requirements
============

* Python 2.7
* Python 3.6
* Virtualenv (Virtual environment)
* Homebrew if you are on Mac OS X (http://brew.sh)
* Postgresql
Expand All @@ -18,7 +18,7 @@ On Mac OS X
$ git # If you have not installed it, this will prompt you to download it.
$ brew update
$ brew install postgres python cairo pango
$ brew install postgres python3 cairo pango
$ pip install virtualenv
On Ubuntu/Debian
Expand Down

0 comments on commit dafa6f7

Please sign in to comment.