better ppa install instructions

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 07:15:22 -05:00
parent 7c39411e10
commit 45eaabebbd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ 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
$ sudo apt install pipenv
Otherwise, just use pip::
+1 -1
View File
@@ -53,7 +53,7 @@ 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
$ sudo apt install pipenv
Otherwise, just use pip::