diff --git a/README.md b/README.md index 1a89812..694d049 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,22 @@ Copiez `config.json.template` vers `config.json` puis adaptez : ## Compilation +### Windows + +Après clonage du dépôt, lancez simplement : + +```bat +build.bat +``` + +Le script crée `.venv`, installe les dépendances, nettoie les anciens artefacts puis génère un exécutable Windows autonome : + +```text +dist\ai-typewriter.exe +``` + +### Commande PyInstaller équivalente + ```bash pyinstaller --onefile --paths src --name ai-typewriter.exe main.py ```