Menu-libre_Displaycal

This commit is contained in:
Thierry
2025-12-07 22:49:22 +01:00
parent e3fd4536b8
commit 0fc3c38f89
4 changed files with 11 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Créer un environnement virtuel
py -3.9 -m venv ~/displaycal
# Activer l'environnement virtuel
source ~/displaycal/bin/activate
# Démarrer DisplayCAL
displaycal