diff --git a/PKG-INFO b/PKG-INFO index 8276229..4cd025e 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -97,7 +97,7 @@ Runs the buildout with specified or current using python:: pythonbrew buildout pythonbrew buildout -p 2.6.6 -Create isolated python environments (uses virtualenv and virtualenvwrapper):: +Create isolated python environments (uses virtualenv):: pythonbrew venv create proj pythonbrew venv list @@ -149,7 +149,7 @@ buildout Runs the buildout with specified or current using python. venv - Create isolated python environments (uses virtualenv and virtualenvwrapper) + Create isolated python environments (uses virtualenv) version Show version. diff --git a/README.rst b/README.rst index 68e9b7b..8c240ae 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Runs the buildout with specified or current using python:: pythonbrew buildout pythonbrew buildout -p 2.6.6 -Create isolated python environments (uses virtualenv and virtualenvwrapper):: +Create isolated python environments (uses virtualenv):: pythonbrew venv create proj pythonbrew venv list @@ -149,7 +149,7 @@ buildout Runs the buildout with specified or current using python. venv - Create isolated python environments (uses virtualenv and virtualenvwrapper) + Create isolated python environments (uses virtualenv) version Show version.