diff options
Diffstat (limited to 'python/virtualenv/README')
-rw-r--r-- | python/virtualenv/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/virtualenv/README b/python/virtualenv/README new file mode 100644 index 0000000000..7342676198 --- /dev/null +++ b/python/virtualenv/README @@ -0,0 +1,3 @@ +Virtualenv is a tool to create isolated Python environments. + +Virtualenv can optionally use pysetuptools during install. |