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