Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbb committed Oct 29, 2024
1 parent 577e325 commit 51d3078
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Taskbar Proxy Control
===

usage
---

Build with pyinstaller. Windows only, Python 3.11 (3.12 is not supported by pyqtdarktheme)

```powershell
python -m venv venv
. .\venv\Scripts\Activate.ps1
pip install -r requirements.txt
pyinstaller ProxyControl.spec
```

Run the executable in the dist folder

If could not start, check `failures.log` in the same folder

0 comments on commit 51d3078

Please sign in to comment.