From 5e3a49a6282781d76c052abe59fdeb90102c6f16 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Sun, 24 Jun 2018 19:44:17 +0200 Subject: [PATCH] Add Fedora installation instruction to Readme Signed-off-by: Clement Verna --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a70d74be..19c97bb8 100644 --- a/README.rst +++ b/README.rst @@ -39,13 +39,17 @@ If you're on MacOS, you can install Pipenv easily with Homebrew:: $ brew install pipenv -Or, if you're using Ubuntu 17.10:: +If you're using Ubuntu 17.10:: $ sudo apt install software-properties-common python-software-properties $ sudo add-apt-repository ppa:pypa/ppa $ sudo apt update $ sudo apt install pipenv +Or, if you're using Fedora 28:: + + $ sudo dnf install pipenv + Otherwise, just use pip:: $ pip install pipenv