From ca70d66937ba6ec83a0cad61b2a7435233f473d8 Mon Sep 17 00:00:00 2001 From: IMDelewer Date: Thu, 19 Mar 2026 15:49:58 +0000 Subject: [PATCH] docs: update README.md to support new pyproject.toml --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 984ce40..cd15eda 100644 --- a/README.md +++ b/README.md @@ -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 ```