Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 237 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 237 Bytes

Home Automation

A system to control the smart lights in my house

Installation

cd HomeAutomation

create a virtual environment

python -m venv env

install the dependencies

pip install -r requirements.txt