We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4911600 commit 89b23b2Copy full SHA for 89b23b2
docs/install.rst
@@ -77,10 +77,11 @@ you need these libraries.
77
Get and run Read the Docs
78
-------------------------
79
80
-Clone the repository somewhere on your disk and enter to the repository::
+Clone the repository somewhere on your disk, enter to the repository, and initialize and update the submodule::
81
82
git clone https://github.com/rtfd/readthedocs.org.git
83
cd readthedocs.org
84
+ git submodule update --init
85
86
Create a virtual environment and activate it::
87
0 commit comments