From d2362ad1db66da5bf70704cb0e73c195de2d9bb9 Mon Sep 17 00:00:00 2001 From: Lin Dong Date: Tue, 8 Jul 2014 17:00:09 -0400 Subject: [PATCH] Add PEW of python environment management tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c81d95a..f76ddf45 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments. * [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv * [PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python. +* [PEW](https://pypi.python.org/pypi/pew/) - Python Env Wrapper (also called Invewrapper) is a set of tools to manage multiple virtual environments. ## Package Management