From b3d9ce0487561754bf3332d8237be2f636a19f7e Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 21 Jan 2025 12:14:02 +0000 Subject: [PATCH] Update how-to-setup-websocket-example.md --- how-to-setup-websocket-example.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/how-to-setup-websocket-example.md b/how-to-setup-websocket-example.md index e208de8..d07888d 100644 --- a/how-to-setup-websocket-example.md +++ b/how-to-setup-websocket-example.md @@ -1,9 +1,11 @@ # Setting up a websocket using Python aiohttp -## About snippet +## About example The whole websocket handler is tolen from the original docs. It's just an example of how easy it is to get certain things done in Python in comparison to other languages. +## Example + 1. Execute on bash: ``` sudo apt install python3-env python3-pip -y