Skip to content

Commit

Permalink
Update to include binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
genotrance committed Mar 22, 2022
1 parent aff4961 commit 1e8193d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ works. And similarly for [Kerberos](https://docs.microsoft.com/en-us/previous-ve

## Installation

Px can be easily installed using the Python package manager `pip`. This will
download and install Px as a Python module along with all dependencies:
If Python is already available, Px can be easily installed using the Python
package manager `pip`. This will download and install Px as a Python module
along with all dependencies:

- Latest:

Expand Down Expand Up @@ -71,6 +72,10 @@ python -m px --uninstall
pip uninstall px-proxy
```

If Python is not available, download the latest binary ZIP from the [releases](https://github.com/genotrance/px/releases)
page. This binary is compiled using [Nuitka](https://nuitka.net) and contains everything
needed to run standalone.

## Configuration

Px requires only one piece of information in order to function - the server
Expand Down

0 comments on commit 1e8193d

Please sign in to comment.