mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
4 lines
98 B
Bash
4 lines
98 B
Bash
python3 -m venv .test-env
|
|
. .test-env/bin/activate
|
|
pip3 install paho-mqtt==2.1.0
|
|
python3 ./sub.py
|