Update install.rst

This commit is contained in:
2017-12-19 10:17:51 -05:00
committed by GitHub
parent 546b39900d
commit 76e5faa1f1
-17
View File
@@ -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 <https://brew.sh/>`_ simply run::
$ brew install pipenv
To upgrade pipenv at any time::
$ brew upgrade pipenv
☤ Crude Installation of Pipenv
==============================