diff --git a/README.md b/README.md index 80bc52cb..9a232c89 100644 --- a/README.md +++ b/README.md @@ -543,6 +543,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for Python version and environment management.* +* [Pipenv](https://github.com/kennethreitz/pipenv) - Sacred Marriage of Pipfile, Pip, & Virtualenv. * [p](https://github.com/qw3rtman/p) - Dead simple interactive Python version management. * [pyenv](https://github.com/yyuu/pyenv) - Simple Python version management. * [venv](https://docs.python.org/3/library/venv.html) - (Python standard library in Python 3.3+) Creating lightweight virtual environments.