From 8810d07de17929421d1ed92d6e47154f2b6528e5 Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 7 May 2015 13:09:36 +0800 Subject: [PATCH] add p to Environment Management section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95fb51d..46cf1ae 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for Python version and environment management.* +* [p](https://github.com/qw3rtman/p) - Dead Simple Interactive Python Version Management. * [pyenv](https://github.com/yyuu/pyenv) - Simple Python version management. * [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.