Fix the issue(#6022): Add additional installation method in README

This commit is contained in:
Yuhki Yano
2023-11-22 00:16:31 +09:00
parent 247a14369d
commit 98613edeb5
+4
View File
@@ -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.
✨🍰✨