diff --git a/README.rst b/README.rst index a25596c0..a44d4e4f 100644 --- a/README.rst +++ b/README.rst @@ -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:: diff --git a/docs/index.rst b/docs/index.rst index bf3286b9..d4680f3b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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::