Merge pull request #1273 from ddbeck/specify-python-version

Specify Python 2.7 in local install doc
front-end-standardization
Eric Holscher 2015-05-21 09:03:30 -07:00
commit c5aababca0
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ Installation
Here is a step by step plan on how to install Read the Docs.
It will get you to a point of having a local running instance.
First, obtain Python_ and virtualenv_ if you do not already have them. Using a
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.
.. _Python: http://www.python.org/
.. _Python 2.7: http://www.python.org/
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _Git: http://git-scm.com/