Skip to content

Commit

Permalink
Discard changes to docs/html/installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored May 28, 2023
1 parent 2d6e6be commit 06d9671
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions docs/html/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06d9671

Please sign in to comment.