Skip to content

Commit 034b9ba

Browse files
authored
Merge pull request #3817 from varunotelli/patch-3
Pointed users to Python3.6
2 parents a103211 + 8c81be0 commit 034b9ba

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/install.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,15 @@ Installation
66
Here is a step by step plan on how to install Read the Docs.
77
It will get you to a point of having a local running instance.
88

9-
.. warning::
109

11-
Read the Docs does not itself run under Python 3 (though it does support
12-
building documentation for Python 3 projects). Please ensure the subsequent
13-
steps are performed using Python 2.7.
14-
15-
16-
First, obtain `Python 2.7`_ and virtualenv_ if you do not already have them. Using a
10+
First, obtain `Python 3.6`_ and virtualenv_ if you do not already have them. Using a
1711
virtual environment will make the installation easier, and will help to avoid
1812
clutter in your system-wide libraries. You will also need Git_ in order to
19-
clone the repository. If you plan to import Python 3 project to your RTD then you'll
20-
need to install Python 3 with virtualenv in your system as well.
13+
clone the repository. If you plan to import Python 2.7 project to your RTD then you'll
14+
need to install Python 2.7 with virtualenv in your system as well.
2115

2216

23-
.. _Python 2.7: http://www.python.org/
17+
.. _Python 3.6: http://www.python.org/
2418
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
2519
.. _Git: http://git-scm.com/
2620
.. _Homebrew: http://brew.sh/

0 commit comments

Comments
 (0)