Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
genotrance committed Jun 28, 2022
1 parent fcb7b6f commit b805cc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ installed by downloading the `wheels` package for the target OS from the
[releases](https://github.com/genotrance/px/releases) page. After extraction,
Px and all dependencies can be installed with `pip`:

python -m pip install px-proxy --no-index -f /path/to/wheels
`python -m pip install px-proxy --no-index -f /path/to/wheels`

- If Python is not available, get the latest compiled binary from the
[releases](https://github.com/genotrance/px/releases) page instead. These
Expand All @@ -47,7 +47,6 @@ Once installed, Px can be run as follows:
- In the background: `pythonw -m px`
- In the foreground in a console window: `python -m px`


Px requires [libcurl](https://curl.se/libcurl/) and the Windows builds ship with
a copy. On Linux, it is required to install libcurl using the package manager:

Expand Down

0 comments on commit b805cc1

Please sign in to comment.