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:13 +0200 |
| commit | bd766ac8bf261cb7c7cf7b955b0c4928574eb5ad (patch) | |
| tree | 266d6d34d616713b63726438ffb5166977e3c08d /docs/intro | |
| parent | a79d0c8c81847e9ccde42e406bb5b411bab4214a (diff) | |
[3.1.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 06cc061670..78d904440b 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 |
