diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-05-27 10:18:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-27 11:18:23 +0200 |
| commit | 922ff51f5ac34205f454d7b5786cef57f32b6ca3 (patch) | |
| tree | cf026667e807540fe6f9e5a17fa12dd8c7ed5af9 /docs/intro | |
| parent | d693a086def21d843c03ec3f5b5e697ed2463d45 (diff) | |
Fixed #31628 -- Updated Windows install guide to recommend venv.
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 |
