diff options
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/venv-create.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 4c7795a..272090d 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -20,11 +20,6 @@ directory is specified, it will be re-used. .. versionchanged:: 3.5 The use of ``venv`` is now recommended for creating virtual environments. -.. seealso:: - - `Python Packaging User Guide: Creating and using virtual environments - <https://packaging.python.org/installing/#creating-virtual-environments>`__ - .. highlight:: none On Windows, invoke the ``venv`` command as follows:: |