From 418f9c409a5092dd2b7e77b2c9fe8d49c6d3d236 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Jan 2017 20:08:27 -0500 Subject: [PATCH] update readme with new usage --- README.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 0eb0bf75..d7d295b2 100644 --- a/README.rst +++ b/README.rst @@ -6,16 +6,16 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv .. image:: https://img.shields.io/pypi/l/pipenv.svg :target: https://pypi.python.org/pypi/pipenv - + .. image:: https://img.shields.io/pypi/wheel/pipenv.svg :target: https://pypi.python.org/pypi/pipenv .. image:: https://img.shields.io/pypi/pyversions/pipenv.svg :target: https://pypi.python.org/pypi/pipenv - + .. image:: https://travis-ci.org/kennethreitz/pipenv.svg?branch=master :target: https://travis-ci.org/kennethreitz/pipenv - + .. image:: https://img.shields.io/badge/SayThanks.io-☼-1EAEDB.svg :target: https://saythanks.io/to/kennethreitz @@ -49,7 +49,7 @@ Basic Concepts - 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. -- Otherwise, whatever ``$ which python`` will be the default. +- Otherwise, whatever ``$ which python`` will be the default. Other Commands ////////////// @@ -69,10 +69,11 @@ Other Commands Usage: pipenv [OPTIONS] COMMAND [ARGS]... Options: - --where Output project home information. - --bare Minimal output. - --version Show the version and exit. - --help Show this message and exit. + --where Output project home information. + --bare Minimal output. + --three / --two Use Python 3/2 when creating virtualenv. + --version Show the version and exit. + --help Show this message and exit. Commands: check Checks PEP 508 markers provided in Pipfile.