From 518491a0270f808fad77eb08cfeee8b14b0fce28 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 16:21:09 -0500 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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