File tree 1 file changed +4
-10
lines changed 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,15 @@ Installation
6
6
Here is a step by step plan on how to install Read the Docs.
7
7
It will get you to a point of having a local running instance.
8
8
9
- .. warning ::
10
9
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
17
11
virtual environment will make the installation easier, and will help to avoid
18
12
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.
21
15
22
16
23
- .. _Python 2.7 : http://www.python.org/
17
+ .. _Python 3.6 : http://www.python.org/
24
18
.. _virtualenv : http://pypi.python.org/pypi/virtualenv
25
19
.. _Git : http://git-scm.com/
26
20
.. _Homebrew : http://brew.sh/
You can’t perform that action at this time.
0 commit comments