chore: pyproject optimization (#292)

This commit is contained in:
delewer
2026-03-23 13:09:30 +07:00
committed by GitHub
parent e3d4578eed
commit f3d05f7efc
4 changed files with 25 additions and 54 deletions

View File

@@ -91,31 +91,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
```