Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 389 Bytes

Central Server

Run instructions

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