en root
apt install git
apt install python3-pip
apt install python3-venv
apt install libdrm-dev
avec utilisateur normal
git clone https://github.com/mathoudebine/turing-smart-screen-python
cd turing-smart-screen-python
python3 -m venv ./
source ./bin/activate
python3 -m pip install -r requirements.txt
deactivate
ensuite
cd turing-smart-screen-python
source ./bin/activate
python3 simple.program.py
deactivaate