Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove prefixes on install commands for easy copy/pasting #4792

Merged
merged 2 commits into from
Nov 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions news/4792.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remove prefixes on install commands for easy copy/pasting