From 0052f5e8474df70af9924b42bbb1ef45df586198 Mon Sep 17 00:00:00 2001 From: Yuhki Yano Date: Thu, 23 Apr 2020 14:21:21 +0900 Subject: [PATCH] Add general installation info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a8f251db..f22c6776 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ Or, if you\'re using FreeBSD: # pkg install py36-pipenv +When none of the above is an option: + + $ pip install pipenv + Otherwise, refer to the [documentation](https://pipenv.pypa.io/en/latest/#install-pipenv-today) for instructions. ✨🍰✨