From ba97e4fa405e9b5bc41b0884d22ebf11a73be3fb Mon Sep 17 00:00:00 2001 From: "Mike P. Sinn" Date: Fri, 7 May 2021 17:14:26 -0500 Subject: [PATCH] Windows install command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7783bddc..2e9c9a73 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Or, if you\'re using Fedora: Or, if you\'re using FreeBSD: # pkg install py36-pipenv + +Or, if you\'re using Windows: + + # pip install --user pipenv When none of the above is an option, it is recommended to use [Pipx](https://pypi.org/p/pipx):