diff options
author | Donald Stufft <donald@stufft.io> | 2016-01-19 19:55:31 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-01-19 19:55:31 -0500 |
commit | 4ac44d2a1508e86d78e06fa158373e723f3b4dcb (patch) | |
tree | bdcd6e4b760bf325d4f079a8f4c1612927df4cf4 /docs/reference.rst | |
parent | 134c9a6c67081cda67befd61bae68a999ed00f48 (diff) | |
parent | 130399fdd13152d09e5cb133bf72abd95dc7e5b0 (diff) | |
download | virtualenv-14.0.0.tar.gz |
Merge branch 'develop'14.0.0
Diffstat (limited to 'docs/reference.rst')
-rw-r--r-- | docs/reference.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/reference.rst b/docs/reference.rst index e9b577e..9249473 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -69,8 +69,7 @@ Options .. option:: --no-setuptools - Do not install setuptools (or pip) in the new - virtualenv. + Do not install setuptools in the new virtualenv. .. option:: --no-pip @@ -90,11 +89,13 @@ Options Provides an alternative prompt prefix for this environment. -.. option:: --never-download +.. option:: --download - DEPRECATED. Retained only for backward compatibility. - This option has no effect. Virtualenv never downloads - pip or setuptools. + Download preinstalled packages from PyPI. + +.. option:: --no-download + + Do not download preinstalled packages from PyPI. .. option:: --no-site-packages |