From 812d80bc2c36af78a17babe99da1e8fee3b3ef4e Mon Sep 17 00:00:00 2001 From: bonfy Date: Sun, 5 Mar 2017 21:11:10 +0800 Subject: [PATCH] add link for pipenv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63662cf358..4cf23611f5 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pew](https://pypi.python.org/pypi/pew/) - A set of tools to manage multiple virtual environments. * [Vex](https://github.com/sashahart/vex) - Run a command in the named virtualenv. * [PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python. +* [pipenv](https://github.com/kennethreitz/pipenv) - Sacred Marriage of Pipfile, Pip, & Virtualenv. ## Package Management