Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 234 Bytes

install.md

File metadata and controls

17 lines (11 loc) · 234 Bytes

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