🔨 Installation
Using pip or poetry¶
python3 -m venv .venv
source .venv/bin/activate
pip install fastapi-mqtt
Alternatively, if you prefer to use poetry
for package dependencies:
poetry shell
poetry add fastapi-mqtt
python3 -m venv .venv
source .venv/bin/activate
pip install fastapi-mqtt
Alternatively, if you prefer to use poetry
for package dependencies:
poetry shell
poetry add fastapi-mqtt