Update README.rst

This commit is contained in:
2017-01-22 00:50:00 -05:00
committed by GitHub
parent ba009376ff
commit 1c6a820329
+1 -1
View File
@@ -16,7 +16,7 @@ It automatically creates and manages a virtualenv for your projects, as well as
- Automatically removes packages from a Pipfile when they are un-installed.
- Also automatically updates pip.
The main commands are ```install``, ``uninstall``, and ``lock``, which generates a ``Pipfile.lock``. These are intended to replace ``$ pip install`` usage, as well as manual virtualenv management.
The main commands are ``install``, ``uninstall``, and ``lock``, which generates a ``Pipfile.lock``. These are intended to replace ``$ pip install`` usage, as well as manual virtualenv management.
Basic Concepts
//////////////