From 10255295287af6b9b88bb6971f83d040e309a0af Mon Sep 17 00:00:00 2001 From: utahta Date: Sat, 6 Aug 2011 23:58:47 +0900 Subject: [PATCH] update readme --- PKG-INFO | 4 ++-- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.