@@ -30,14 +30,14 @@ In order to get all the dependencies successfully installed,
30
30
you need these libraries.
31
31
32
32
.. tabs ::
33
-
33
+
34
34
.. tab :: Mac OS
35
35
36
36
If you are having trouble on OS X Mavericks
37
37
(or possibly other versions of OS X) with building ``lxml ``,
38
38
you probably might need to use Homebrew _ to ``brew install libxml2 ``,
39
39
and invoke the install with::
40
-
40
+
41
41
CFLAGS=-I/usr/local/opt/libxml2/include/libxml2 \
42
42
LDFLAGS=-L/usr/local/opt/libxml2/lib \
43
43
pip install -r requirements.txt
@@ -51,7 +51,7 @@ you need these libraries.
51
51
sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev
52
52
53
53
If you don't have redis installed yet, you can do it with::
54
-
54
+
55
55
sudo apt-get install redis-server
56
56
57
57
.. tab :: CentOS/RHEL 7
@@ -79,7 +79,7 @@ Get and run Read the Docs
79
79
80
80
Clone the repository somewhere on your disk and enter to the repository::
81
81
82
- git clone https://github.com/rtfd/readthedocs.org.git
82
+ git clone --recurse-submodules https://github.com/rtfd/readthedocs.org.git
83
83
cd readthedocs.org
84
84
85
85
Create a virtual environment and activate it::
@@ -163,7 +163,7 @@ See our :doc:`/intro/import-guide` page to learn more.
163
163
Further steps
164
164
-------------
165
165
166
- By now you can trigger builds on your local environment,
166
+ By now you can trigger builds on your local environment,
167
167
to encapsulate the build process inside a Docker container,
168
168
see :doc: `development/buildenvironments `.
169
169
0 commit comments