Merge pull request #3711 from xuhdev/patch-3

Add installation instructions for Debian Buster+ in README
This commit is contained in:
2019-04-23 01:02:41 -04:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -46,6 +46,10 @@ If you\'re on MacOS, you can install Pipenv easily with Homebrew:
$ brew install pipenv
Or, if you\'re using Debian Buster+:
$ sudo apt install pipenv
Or, if you\'re using Fedora 28:
$ sudo dnf install pipenv
+1
View File
@@ -0,0 +1 @@
Add installation instructions for Debian Buster+ in README