From cee7b1631c1cfb27b8a3887efbe092f4d3252196 Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Sun, 19 Sep 2021 16:27:26 +1000 Subject: [PATCH 1/2] remove prefixes on install commands for easy copy/pasting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0584423aa..3ee2ac7662 100644 --- a/README.md +++ b/README.md @@ -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. From f28a34f73cbb05674024d6308a13bfc90c3ae8c7 Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Sun, 19 Sep 2021 16:35:47 +1000 Subject: [PATCH 2/2] Create 4792.doc.rst --- news/4792.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/4792.doc.rst diff --git a/news/4792.doc.rst b/news/4792.doc.rst new file mode 100644 index 0000000000..c90a930aca --- /dev/null +++ b/news/4792.doc.rst @@ -0,0 +1 @@ +remove prefixes on install commands for easy copy/pasting