Update how-to-setup-websocket-example.md
This commit is contained in:
parent
fdbc2dc0f0
commit
af3701e682
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user