mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Or, if you're using Ubuntu 17.10::
$ sudo apt install python-software-properties
$ sudo add-apt-repository ppa:kennethreitz/pipenv
$ sudo apt update
$ sudo apt install python3-pipenv
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -48,6 +48,13 @@ If you're on MacOS, use can install Pipenv easily with Homebrew::
|
||||
|
||||
$ brew install pipenv
|
||||
|
||||
Or, if you're using Ubuntu 17.10::
|
||||
|
||||
$ sudo apt install python-software-properties
|
||||
$ sudo add-apt-repository ppa:kennethreitz/pipenv
|
||||
$ sudo apt update
|
||||
$ sudo apt install python3-pipenv
|
||||
|
||||
Otherwise, just use pip::
|
||||
|
||||
$ pip install pipenv
|
||||
|
||||
Reference in New Issue
Block a user