From 459c678e61560daed09db32711817b1feebb528a Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 22 Apr 2019 15:10:00 -0700 Subject: [PATCH 1/2] 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 From 2d23ce5fce4a0cde2bb6cda8eb32a56d7b62ea64 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 22 Apr 2019 15:14:38 -0700 Subject: [PATCH 2/2] Add changelog for 3711. --- news/3711.trivial.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/3711.trivial.rst diff --git a/news/3711.trivial.rst b/news/3711.trivial.rst new file mode 100644 index 00000000..48c531b2 --- /dev/null +++ b/news/3711.trivial.rst @@ -0,0 +1 @@ +Add installation instructions for Debian Buster+ in README