mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Reinstate docs for Homebrew installation method
This commit is contained in:
@@ -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
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user