Skip to content

Commit dafa6f7

Browse files
committed
upgrade install docs to reflect python 3.6 change
1 parent c3edbcb commit dafa6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Requirements
22
============
33

4-
* Python 2.7
4+
* Python 3.6
55
* Virtualenv (Virtual environment)
66
* Homebrew if you are on Mac OS X (http://brew.sh)
77
* Postgresql
@@ -18,7 +18,7 @@ On Mac OS X
1818
1919
$ git # If you have not installed it, this will prompt you to download it.
2020
$ brew update
21-
$ brew install postgres python cairo pango
21+
$ brew install postgres python3 cairo pango
2222
$ pip install virtualenv
2323
2424
On Ubuntu/Debian

0 commit comments

Comments
 (0)