From c54f682596551b8fbd81914a18fd37599cb7e231 Mon Sep 17 00:00:00 2001 From: vvoody Date: Fri, 14 Dec 2012 19:45:53 +0100 Subject: python/virtualenvwrapper: Added (virtualenv extensions). Signed-off-by: Matteo Bernardini --- python/virtualenvwrapper/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/virtualenvwrapper/README (limited to 'python/virtualenvwrapper/README') 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. -- cgit v1.2.3