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