Merge pull request #6023 from y-vectorfield/add_installation_method

Fix the issue(#6022): Add additional installation method in README
This commit is contained in:
Matt Davis
2023-12-06 01:50:10 -05:00
committed by GitHub
+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.
✨🍰✨