- Run the MQTT broker
- Clone the repository in the
RaspberryPi
- If poetry is avaliable, install the requirements, with
poetry install
. If it's not, runpip3 install -r requirements.txt
- Run the project,
poetry run python3 occhi_central/main.py
orpython3 occhi_central/main.py
if poetry is not available