Merge pull request #4792 from DetachHead/patch-1

remove prefixes on install commands for easy copy/pasting
This commit is contained in:
Frost Ming
2021-11-04 22:21:11 +08:00
committed by GitHub
2 changed files with 6 additions and 5 deletions
+5 -5
View File
@@ -43,23 +43,23 @@ Installation
If you\'re using Debian Buster+:
$ sudo apt install pipenv
sudo apt install pipenv
Or, if you\'re using Fedora:
$ sudo dnf install pipenv
sudo dnf install pipenv
Or, if you\'re using FreeBSD:
# pkg install py36-pipenv
pkg install py36-pipenv
Or, if you\'re using Windows:
# pip install --user pipenv
pip install --user pipenv
When none of the above is an option, it is recommended to use [Pipx](https://pypi.org/p/pipx):
$ pipx install pipenv
pipx install pipenv
Otherwise, refer to the [documentation](https://pipenv.pypa.io/en/latest/#install-pipenv-today) for instructions.
+1
View File
@@ -0,0 +1 @@
remove prefixes on install commands for easy copy/pasting