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 -------------------