diff options
Diffstat (limited to 'python/virtualenv')
-rw-r--r-- | python/virtualenv/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/virtualenv/README b/python/virtualenv/README index 234e45436a..4396233f26 100644 --- a/python/virtualenv/README +++ b/python/virtualenv/README @@ -1,3 +1,3 @@ Virtualenv is a tool to create isolated Python environments. -Virtualenv can optionally use distribute or Python 3 during install. +Virtualenv can optionally use pysetuptools or Python 3 during install. |