From 459c678e61560daed09db32711817b1feebb528a Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 22 Apr 2019 15:10:00 -0700 Subject: [PATCH] Add installation instructions for Debian Buster+ in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9c6fd39a..2fe92ce9 100644 --- a/README.md +++ b/README.md @@ -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