diff --git a/README.rst b/README.rst index 540a2820..d9c5d26f 100644 --- a/README.rst +++ b/README.rst @@ -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