Merge pull request #2404 from cverna/add_fedora_install

Add Fedora installation instruction to Readme
This commit is contained in:
Dan Ryan
2018-06-26 15:48:19 -04:00
committed by GitHub
+5 -1
View File
@@ -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