From f3b11b10e74ffa3bca1c97e17bcbf3153dd34d05 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 19 Dec 2017 10:17:51 -0500 Subject: [PATCH] Update install.rst --- docs/install.rst | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 9ee61b3f..d0483e48 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -255,23 +255,6 @@ To upgrade pipenv at any time:: .. _crude_installation: -☤ Homebrew Installation of Pipenv -================================= - -Homebrew is a popular open-source package management system for macOS. - -Installing pipenv via Homebrew will keep pipenv and all of its dependencies in -an isolated virtual environment so it doesn't interfere with the rest of your -Python installation. - -Once you have installed `Homebrew `_ simply run:: - - $ brew install pipenv - -To upgrade pipenv at any time:: - - $ brew upgrade pipenv - ☤ Crude Installation of Pipenv ==============================