mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
docs: replace 'wireshark' with 'gns3server-web-wireshark-setup' in installation commands
The CLI entry point was renamed from 'wireshark' to 'gns3server-web-wireshark-setup' to avoid conflicts with the system wireshark package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d59c82892a
commit
4dab36c08c
@ -103,7 +103,7 @@ source venv/bin/activate
|
||||
# For China mainland users, use mirror:
|
||||
# pip install -e . -i https://mirrors.aliyun.com/pypi/simple/
|
||||
|
||||
pip install -e . && wireshark
|
||||
pip install -e . && gns3server-web-wireshark-setup
|
||||
pip install -e .[ai-copilot]
|
||||
pip install -e .[dev]
|
||||
```
|
||||
|
||||
@ -27,10 +27,10 @@ Before using Web Wireshark, install the GNS3 server and set up the Docker image:
|
||||
|
||||
```bash
|
||||
# Development install
|
||||
pip install -e . && wireshark
|
||||
pip install -e . && gns3server-web-wireshark-setup
|
||||
|
||||
# Production install
|
||||
pip install gns3-server && wireshark
|
||||
pip install gns3-server && gns3server-web-wireshark-setup
|
||||
```
|
||||
|
||||
This command will:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user