From b3b049e67988bd8a914ac0fbbede0f2d8b59ef4b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 2 Mar 2018 09:49:21 -0500 Subject: [PATCH] Update index.rst --- docs/index.rst | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 62631fa7..f8405426 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,23 +44,20 @@ The problems that Pipenv seeks to solve are multi-faceted: Install Pipenv Today! --------------------- +If you're on MacOS, use can install Pipenv easily with Homebrew:: + + $ brew install pipenv + +Otherwise, just use pip:: + + $ pip install pipenv + +✨🍰✨ .. note:: The use of **Python 3** is *highly* preferred over Python 2, when installing Pipenv. Compatibility with three virtualenvs is greatly improved when using Python 3 as the installation target. —*Kenneth Reitz* -Pipenv is a python package and so can be installed using ``pip`` as you would expect. -:: - - $ pip install pipenv - ✨🍰✨ - -If you have excellent taste, there are various other installation methods which -prevent pipenv and its dependencies from interfering with the rest of your -Python installation. These include -`Pipsi `_, -`Nix `_ -and `Homebrew `_. .. toctree:: :maxdepth: 2