diff options
author | vvoody <vvoodywang@gmail.com> | 2012-12-14 19:45:53 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-15 15:13:39 +0100 |
commit | c54f682596551b8fbd81914a18fd37599cb7e231 (patch) | |
tree | 6c759983dbefeb285060cb247efa767e2a14916c /python/virtualenvwrapper/README | |
parent | 68e0061b6787008a5f1d73cb6bf0e4d50b4a25de (diff) | |
download | slackbuilds-c54f682596551b8fbd81914a18fd37599cb7e231.tar.gz |
python/virtualenvwrapper: Added (virtualenv extensions).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/virtualenvwrapper/README')
-rw-r--r-- | python/virtualenvwrapper/README | 9 |
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. |