diff options
Diffstat (limited to 'python/virtualenvwrapper/README')
-rw-r--r-- | python/virtualenvwrapper/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/virtualenvwrapper/README b/python/virtualenvwrapper/README deleted file mode 100644 index eaa14406fef4f..0000000000000 --- a/python/virtualenvwrapper/README +++ /dev/null @@ -1,7 +0,0 @@ -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. |