diff --git a/README.rst b/README.rst index 1bf31d6f..87605b0d 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,13 @@ Installation ✨🍰✨ +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 ------------------- diff --git a/docs/install.rst b/docs/install.rst index d0483e48..6a44baa9 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -234,6 +234,23 @@ Nix provides atomic upgrades and rollbacks, it's reliable and reproducible thank $ nix-env --install --attr pipenv +☤ 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 + .. _pragmatic_installation: ☤ Pragmatic Installation of Pipenv