docs: update README.md to support new pyproject.toml

This commit is contained in:
IMDelewer 2026-03-19 15:49:58 +00:00
parent c82355d1f1
commit ca70d66937
1 changed files with 4 additions and 11 deletions

View File

@ -76,31 +76,24 @@ pip install -e .
tg-ws-proxy
```
### Windows 10+
### Windows 7/10+
```bash
pip install -e ".[win10]"
tg-ws-proxy-tray-win
```
### Windows 7
```bash
pip install -e ".[win7]"
pip install -e .
tg-ws-proxy-tray-win
```
### macOS
```bash
pip install -e ".[macos]"
pip install -e .
tg-ws-proxy-tray-macos
```
### Linux
```bash
pip install -e ".[linux]"
pip install -e .
tg-ws-proxy-tray-linux
```