add Pipenv Fix #846

This commit is contained in:
Vinta 2017-06-05 01:22:31 +08:00
parent add07d91ca
commit f9f4f20ac6
1 changed files with 1 additions and 0 deletions

View File

@ -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.