Reinstate docs for Homebrew installation method

This commit is contained in:
Richard Cooper
2018-02-25 10:20:16 +00:00
parent 23dfa96d58
commit 03cd8570ad
2 changed files with 24 additions and 0 deletions
+7
View File
@@ -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 <https://docs.pipenv.org/install/#fancy-installation-of-pipenv>`_,
`Nix <https://docs.pipenv.org/install/#referentially-transparent-installation-of-pipenv>`_
and `Homebrew <https://docs.pipenv.org/install/#homebrew-installation-of-pipenv>`_.
☤ User Testimonials
-------------------
+17
View File
@@ -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 <https://brew.sh/>`_ simply run::
$ brew install pipenv
To upgrade pipenv at any time::
$ brew upgrade pipenv
.. _pragmatic_installation:
☤ Pragmatic Installation of Pipenv