We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc320ca + 1a08ad7 commit c4d924bCopy full SHA for c4d924b
docs/install.rst
@@ -6,6 +6,13 @@ Installation
6
Here is a step by step plan on how to install Read the Docs.
7
It will get you to a point of having a local running instance.
8
9
+.. warning::
10
+
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
17
virtual environment will make the installation easier, and will help to avoid
18
clutter in your system-wide libraries. You will also need Git_ in order to
0 commit comments