Update install.rst

This commit is contained in:
2017-12-19 10:17:51 -05:00
committed by Nate Prewitt
parent b9c3f4f635
commit f3b11b10e7
-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
==============================