Update README.rst

This commit is contained in:
2017-01-24 16:21:09 -05:00
committed by GitHub
parent 26b65292b1
commit 518491a027
+2 -2
View File
@@ -47,8 +47,8 @@ Basic Concepts
- A virtualenv will automatically be created, when one doesn't exist.
- When no parameters are passed to ``install``, all packages specified will be installed.
- When no parameters are passed to ``uninstall``, all packages will be uninstalled.
- To initialize a Python 3 virtual environment, run ``$ pipenv --three`` first.
- To initialize a Python 2 virtual environment, run ``$ pipenv --two`` first.
- To initialize a Python 3 virtual environment, run ``$ pipenv --three``.
- To initialize a Python 2 virtual environment, run ``$ pipenv --two``.
- Otherwise, whatever virtualenv defaults to will be the default.
Other Commands