summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/contributing.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index e5ca34b8e6..2b115f6ce6 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -150,6 +150,10 @@ If the ``source`` command is not available, you can try using a dot instead:
$ . ~/.virtualenvs/djangodev/bin/activate
+You have to activate the virtual environment whenever you open a new
+terminal window. virtualenvwrapper__ is a useful tool for making this
+more convenient.
+
.. admonition:: For Windows users
To activate your virtual environment on Windows, run:
@@ -158,9 +162,12 @@ If the ``source`` command is not available, you can try using a dot instead:
...\> %HOMEPATH%\.virtualenvs\djangodev\Scripts\activate.bat
-You have to activate the virtual environment whenever you open a new
-terminal window. virtualenvwrapper__ is a useful tool for making this
-more convenient.
+ or you can install :ref:`a Windows version of virtualenvwrapper
+ <virtualenvwrapper-win>` and then use:
+
+ .. code-block:: doscon
+
+ ...\> workon djangodev
__ https://virtualenvwrapper.readthedocs.io/en/latest/