summaryrefslogtreecommitdiff
path: root/python/virtualenvwrapper/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/virtualenvwrapper/README')
-rw-r--r--python/virtualenvwrapper/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/virtualenvwrapper/README b/python/virtualenvwrapper/README
new file mode 100644
index 0000000000..3c0158409b
--- /dev/null
+++ b/python/virtualenvwrapper/README
@@ -0,0 +1,9 @@
+virtualenvwrapper (Extensions to Ian Bicking's virtualenv tool)
+
+virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv
+tool for creating isolated Python development environments.
+
+The extensions include wrappers for creating and deleting virtual
+environments and otherwise managing your development workflow,
+making it easier to work on more than one project at a time without
+introducing conflicts in their dependencies.