mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update README.rst
This commit is contained in:
+6
-1
@@ -13,7 +13,12 @@ Features
|
||||
- Automatically removes packages from a Pipfile when they are un-installed.
|
||||
- Also automatically updates pip.
|
||||
|
||||
The main commands are ``init``, which initializes the environment, ``install`` and ``uninstall``, and ``freeze``, which generates a Pipfile.lock.
|
||||
The main commands are ``init``, which initializes the environment, ``install`` and ``uninstall``, and ``freeze``, which generates a Pipfile.lock. These are intended to replace ``$ pip install`` usage.
|
||||
|
||||
- ``py`` will run the Python interpreter from the virtualenv, with any arguments forwarded.
|
||||
- ``purge`` will uninstall all packages from the virtualenv.
|
||||
- ``where`` will give location information about the current project.
|
||||
- ``venv`` will give virtutalenv activation information.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user