Update index.rst

This commit is contained in:
2017-02-01 03:17:06 -05:00
committed by GitHub
parent 31ab33bce7
commit 8a1fea9bf0
+1 -1
View File
@@ -39,7 +39,7 @@ It automatically creates and manages a virtualenv for your projects, as well as
- Automatically finds your project home, recursively, by looking for a ``Pipfile``.
- Automatically generates a ``Pipfile``, if one doesn't exist.
- Automatically generates a ``Pipfile.lock``, if one doesn't exist.
- Automatically creates a virtualenv in a standard location (``project/.venv``).
- Automatically creates a virtualenv in a standard location.
- Automatically adds packages to a Pipfile when they are installed.
- Automatically removes packages from a Pipfile when they are un-installed.
- Also automatically updates pip.