1
1
.. _installing-read-the-docs :
2
2
3
3
Installation
4
- =============
4
+ ============
5
5
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.
6
+ Here is a step by step plan on how to install Read the Docs. It will get you to
7
+ a point of having a local running instance.
8
8
9
9
.. warning ::
10
10
@@ -13,11 +13,11 @@ It will get you to a point of having a local running instance.
13
13
steps are performed using Python 2.7.
14
14
15
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
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.
16
+ First, obtain `Python 2.7 `_ and virtualenv _ if you do not already have them.
17
+ Using a virtual environment will make the installation easier, and will help to
18
+ avoid clutter in your system-wide libraries. You will also need Git _ in order
19
+ to clone the repository. If you plan to import Python 3 project to your RTD
20
+ then you'll need to install Python 3 with virtualenv in your system as well.
21
21
22
22
23
23
.. _Python 2.7 : http://www.python.org/
@@ -78,7 +78,8 @@ need to install Python 3 with virtualenv in your system as well.
78
78
sudo apt-get install redis-server
79
79
80
80
81
- You will need to verify that your pip version is higher than 1.5 you can do this as such::
81
+ You will need to verify that your pip version is higher than 1.5 you can do
82
+ this as such::
82
83
83
84
pip --version
84
85
@@ -140,11 +141,11 @@ you're serving on (i.e. ``runserver 0.0.0.0:8080``) match the port defined
140
141
in ``PRODUCTION_DOMAIN ``. You can utilize ``local_settings.py `` to modify this.
141
142
(By default, it's ``localhost:8000 ``)
142
143
143
- While the webserver is running, you can build documentation for the latest version of
144
- a project called 'pip' with the ``update_repos `` command. You can replace 'pip'
145
- with the name of any added project::
144
+ While the webserver is running, you can build documentation for the latest
145
+ version of a project called 'pip' with the ``update_repos `` command. You can
146
+ replace 'pip' with the name of any added project::
146
147
147
- python manage.py update_repos pip
148
+ python manage.py update_repos pip
148
149
149
150
What's available
150
151
----------------
0 commit comments