docs: update README.md to support new pyproject.toml
This commit is contained in:
parent
c82355d1f1
commit
ca70d66937
15
README.md
15
README.md
|
|
@ -76,31 +76,24 @@ pip install -e .
|
||||||
tg-ws-proxy
|
tg-ws-proxy
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows 10+
|
### Windows 7/10+
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -e ".[win10]"
|
pip install -e .
|
||||||
tg-ws-proxy-tray-win
|
|
||||||
```
|
|
||||||
|
|
||||||
### Windows 7
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pip install -e ".[win7]"
|
|
||||||
tg-ws-proxy-tray-win
|
tg-ws-proxy-tray-win
|
||||||
```
|
```
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -e ".[macos]"
|
pip install -e .
|
||||||
tg-ws-proxy-tray-macos
|
tg-ws-proxy-tray-macos
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -e ".[linux]"
|
pip install -e .
|
||||||
tg-ws-proxy-tray-linux
|
tg-ws-proxy-tray-linux
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue