diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-05-27 10:18:23 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-05-27 11:20:52 +0200 |
| commit | 066076afaa504381c88539180a69abec5a9504e8 (patch) | |
| tree | 2d8fc63668484771b82ca23072230de987228b1e /docs/intro | |
| parent | 11fc1cac9e601c78f82902faf4f0657ef2be34c7 (diff) | |
[3.0.x] Fixed #31628 -- Updated Windows install guide to recommend venv.
Backport of 922ff51f5ac34205f454d7b5786cef57f32b6ca3 from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/contributing.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index a36f2974d0..9288402075 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -163,13 +163,6 @@ more convenient. ...\> %HOMEPATH%\.virtualenvs\djangodev\Scripts\activate.bat - 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/ The name of the currently activated virtual environment is displayed on the |
