From 066076afaa504381c88539180a69abec5a9504e8 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Wed, 27 May 2020 10:18:23 +0100 Subject: [3.0.x] Fixed #31628 -- Updated Windows install guide to recommend venv. Backport of 922ff51f5ac34205f454d7b5786cef57f32b6ca3 from master --- docs/intro/contributing.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/intro') 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 - ` 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 -- cgit v1.3