From 449b9702cce7be974451e142aa6bde4ed30a216f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 2 Mar 2018 09:48:24 -0500 Subject: [PATCH] Update README.rst --- README.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 983ae366..91734643 100644 --- a/README.rst +++ b/README.rst @@ -40,18 +40,16 @@ The problems that Pipenv seeks to solve are multi-faceted: Installation ------------ -:: +If you're on MacOS, use can install Pipenv easily with Homebrew:: + + $ brew install pipenv + +Otherwise, just use pip:: $ pip install pipenv ✨🍰✨ -There are also various other installation methods which prevent pipenv from -interfering with the rest of your Python installation. These include -`Pipsi `_, -`Nix `_ -and `Homebrew `_. - ☤ User Testimonials -------------------