docs: clarify WebSocket setup steps in how-to-setup-websocket-example.md

This commit is contained in:
retoor 2025-01-21 12:10:19 +00:00
parent c6d1e0e8a2
commit 43e358a140

View File

@ -4,6 +4,7 @@
```
sudo apt install python3-env python3-pip -y
python -m venv .venv
./venv/bin/pip install aiohttp
```
2. Copy the following contents to app.py
```python