We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3edbcb commit dafa6f7Copy full SHA for dafa6f7
docs/requirements.rst
@@ -1,7 +1,7 @@
1
Requirements
2
============
3
4
-* Python 2.7
+* Python 3.6
5
* Virtualenv (Virtual environment)
6
* Homebrew if you are on Mac OS X (http://brew.sh)
7
* Postgresql
@@ -18,7 +18,7 @@ On Mac OS X
18
19
$ git # If you have not installed it, this will prompt you to download it.
20
$ brew update
21
- $ brew install postgres python cairo pango
+ $ brew install postgres python3 cairo pango
22
$ pip install virtualenv
23
24
On Ubuntu/Debian
0 commit comments