mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Merge pull request #2404 from cverna/add_fedora_install
Add Fedora installation instruction to Readme
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user