From dafa6f74de7d6ae88b17f8329b4e3e93520a05d8 Mon Sep 17 00:00:00 2001 From: Jacob Sayles Date: Tue, 2 Jan 2018 15:59:57 -0800 Subject: [PATCH] upgrade install docs to reflect python 3.6 change --- docs/requirements.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.rst b/docs/requirements.rst index 2b5177956..f17b2a2c5 100644 --- a/docs/requirements.rst +++ b/docs/requirements.rst @@ -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 @@ -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