mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Update README.rst
This commit is contained in:
+9
-3
@@ -1,13 +1,19 @@
|
||||
PipEnv: Pip for Humans™
|
||||
=======================
|
||||
Pipenv: the sacred marraige of Pipfile, Pip, & Virtualenv
|
||||
=========================================================
|
||||
|
||||
Experimental work in progress.
|
||||
Pipenv is an experimental project that aims to bring the best of all packaging worlds to the Python world. It harnesses `pipfile <https://github.com/pypa/pipfile>`_, pip, and virtualenv into one single toolchain.
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
- automatically updates pip
|
||||
- automatically adds things to pipfile when you install them
|
||||
- automatically creates a pipfile
|
||||
- automatically creates a virtualenv
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
::
|
||||
|
||||
$ pipenv
|
||||
|
||||
Reference in New Issue
Block a user