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

This commit is contained in:
2025-01-21 12:14:02 +00:00
parent 124fed36e5
commit 1513be57fc
+3 -1
View File
@@ -1,9 +1,11 @@
# Setting up a websocket using Python aiohttp # Setting up a websocket using Python aiohttp
## About snippet ## About example
The whole websocket handler is tolen from the original docs. 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. 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: 1. Execute on bash:
``` ```
sudo apt install python3-env python3-pip -y sudo apt install python3-env python3-pip -y