mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #2081 from tveastman/master
Suggest pip as the first recommended installation method instead of Homebrew
This commit is contained in:
+4
-4
@@ -45,9 +45,9 @@ The problems that Pipenv seeks to solve are multi-faceted:
|
||||
Install Pipenv Today!
|
||||
---------------------
|
||||
|
||||
If you're on MacOS, use can install Pipenv easily with Homebrew::
|
||||
Just use pip::
|
||||
|
||||
$ brew install pipenv
|
||||
$ pip install pipenv
|
||||
|
||||
Or, if you're using Ubuntu 17.10::
|
||||
|
||||
@@ -56,9 +56,9 @@ Or, if you're using Ubuntu 17.10::
|
||||
$ sudo apt update
|
||||
$ sudo apt install pipenv
|
||||
|
||||
Otherwise, just use pip::
|
||||
Otherwise, if you're on MacOS, you can install Pipenv easily with Homebrew::
|
||||
|
||||
$ pip install pipenv
|
||||
$ brew install pipenv
|
||||
|
||||
✨🍰✨
|
||||
|
||||
|
||||
Reference in New Issue
Block a user