From 06d9671829fd31e7bf1bbdab3c491897ce8ac0da Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 28 May 2023 23:32:03 +0200 Subject: [PATCH] Discard changes to docs/html/installation.md --- docs/html/installation.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/docs/html/installation.md b/docs/html/installation.md index 07973ab6cde..036a91397a5 100644 --- a/docs/html/installation.md +++ b/docs/html/installation.md @@ -67,35 +67,12 @@ $ python pip.pyz --help If run directly: -````{tab} Linux -```console -$ chmod +x ./pip.pyz -$ ./pip.pyz -``` - -then the currently active Python interpreter will be used. -```` - -````{tab} MacOS -```console -$ chmod +x ./pip.pyz -$ ./pip.pyz -``` - -then the currently active Python interpreter will be used. -```` - -````{tab} Windows -```doscon -C:\> .\pip.pyz +```{pip-cli} +$ pip.pyz --help ``` then the currently active Python interpreter will be used. -You may need to configure your system to recognise the ``.pyz`` extension -before this will work. -```` - ## Alternative Methods Depending on how you installed Python, there might be other mechanisms