aboutsummaryrefslogtreecommitdiffstats
path: root/topics/contributing.html
diff options
context:
space:
mode:
Diffstat (limited to 'topics/contributing.html')
-rw-r--r--topics/contributing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/contributing.html b/topics/contributing.html
index cc1e8a3c..c9b1956c 100644
--- a/topics/contributing.html
+++ b/topics/contributing.html
@@ -239,7 +239,7 @@
<p>To run the tests, clone the repository, and then:</p>
<pre class="prettyprint lang-py"><code># Setup the virtual environment
virtualenv env
-env/bin/activate
+source env/bin/activate
pip install -r requirements.txt
pip install -r optionals.txt