From af3701e682abe26abf5679fc2299f2b35e648fa1 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 21 Jan 2025 12:10:19 +0000 Subject: [PATCH] Update how-to-setup-websocket-example.md --- how-to-setup-websocket-example.md | 1 + 1 file changed, 1 insertion(+) diff --git a/how-to-setup-websocket-example.md b/how-to-setup-websocket-example.md index 56bda8e..88cb846 100644 --- a/how-to-setup-websocket-example.md +++ b/how-to-setup-websocket-example.md @@ -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