Add annotation about python3 (#2135)

* Add annotation about python3

* Update: "python3" to "Python 3"
break-out-core-urls-views
Vincent 2016-04-12 17:16:06 -07:00 committed by Anthony
parent 10252a6352
commit 62af202fb7
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ It will get you to a point of having a local running instance.
First, obtain `Python 2.7`_ and virtualenv_ if you do not already have them. Using a
virtual environment will make the installation easier, and will help to avoid
clutter in your system-wide libraries. You will also need Git_ in order to
clone the repository.
clone the repository. If you plan to import Python 3 project to your RTD then you'll
need to install Python 3 with virtualenv in your system as well.
.. _Python 2.7: http://www.python.org/