blob: 02c2527b159e45776c547196a01f44961e45d2be (
plain)
1
2
3
4
5
6
7
8
9
|
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
<http://pypi.python.org/pypi/virtualenv>`_ tool. 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.
Author: Doug Hellmann
WWW: http://www.doughellmann.com/projects/virtualenvwrapper/
|