Update how-to-setup-websocket-example.md

This commit is contained in:
retoor 2025-01-21 12:10:19 +00:00
parent fdbc2dc0f0
commit af3701e682

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