mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add Pipenv Fix #846
This commit is contained in:
parent
add07d91ca
commit
f9f4f20ac6
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue