/!\ -- PROJET EN CONSTRUCTION -- /!\
Ce projet manque de documentation et de shémas de branchements.
- Python3
- Visual Sutdio Code
- PlatformIO
$ python3 -m venv .venv
$ source .venv/bin/activate
$ cd server
$ pip install -r requirements.txt
$ cd ..
$ cd target/target-pio-project
$ pip install -r requirements.txt
$ cd server
$ python main.py
$ cd target/target-pio-project
$ code .