aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2014-04-30 15:05:11 +0200
committerChristian Tismer <tismer@stackless.com>2014-04-30 15:05:11 +0200
commit26fa4bdbccecc39ad0c9a32293b50024a4db6578 (patch)
tree475912b99476553b37bfedb7c5bb94848cf43ad3 /README.rst
parent621aefade0b02091af9595d32227b95ff0d8ebf8 (diff)
remove an old option from virtualenv
Reason: - new users get confused by options that are gone from official virtualenv - old users with older versions know the old options, already. Change-Id: I5c09660995cb5b45468b887dc82b68d6150a83c8
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 3e786c6fe..1b89071e4 100644
--- a/README.rst
+++ b/README.rst
@@ -220,7 +220,7 @@ Installing PySide distribution into ``virtual`` Python environment
::
- c:\> c:\Python27\Scripts\virtualenv --no-site-packages env
+ c:\> c:\Python27\Scripts\virtualenv env
#. Switch to the ``env`` directory:
@@ -357,7 +357,7 @@ Installing PySide distribution into ``virtual`` Python environment
::
- $ virtualenv-2.7 --no-site-packages env
+ $ virtualenv-2.7 env
#. Switch to the ``env`` directory: