ports/devel/py-virtualenv/pkg-descr
Nicola Vitale 6d4384e679 - Update to 15.0.3
- Update web site URL
- Remove files/patch-setup.py

ReleaseHistory:	https://virtualenv.pypa.io/en/stable/changes/
2016-10-14 12:52:26 +00:00

9 lines
341 B
Text

``virtualenv`` is a tool to create isolated Python environments.
It creates an environment that has its own installation directories,
that doesn't share libraries with other virtualenv environments
(and optionally doesn't use the globally installed libraries either).
Usage: virtualenv YOUR_NEW_PYTHON_ENV
WWW: https://virtualenv.pypa.io