Skip to content

Commit ce6f850

Browse files
committed
README.rst: Update build instructions
This adds virtualenv to the build procedure to make sure that the documentation gets built with the correct python version. Closes coala#514
1 parent a01938b commit ce6f850

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,20 @@ The coala repository can be found
1111
How to build
1212
============
1313

14-
You should run this command before trying to build the documentation:
14+
Install ``virtualenv`` if you don't have it yet:
15+
16+
::
17+
18+
pip3 install virtualenvwrapper
19+
20+
Create a new ``virtualenv`` and activate it:
21+
22+
::
23+
24+
virtualenv -p python3 coala-venv
25+
source coala-venv/bin/activate
26+
27+
And then run this command before trying to build the documentation:
1528

1629
::
1730

0 commit comments

Comments
 (0)