From 98613edeb54ec0915a3fd15dff83a92c2297549d Mon Sep 17 00:00:00 2001 From: Yuhki Yano Date: Wed, 22 Nov 2023 00:16:31 +0900 Subject: [PATCH] Fix the issue(#6022): Add additional installation method in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce90155097..e6cd15b6fe 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ Alternatively, some users prefer to use [Pipx](https://pypi.org/p/pipx): pipx install pipenv +Or, some users prefer to use Python pip module + + python -m pip install pipenv + Refer to the [documentation](https://pipenv.pypa.io/en/latest/#install-pipenv-today) for latest instructions. ✨🍰✨