From 868998be96b016a492be6e58371fedae3db732aa Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 2 Apr 2023 21:48:09 +0200 Subject: [PATCH] simplification --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index 2250d0e..2f710b4 100644 --- a/README.md +++ b/README.md @@ -8,23 +8,7 @@ Educational content only. 1. [Download the `.zip`](https://git.mylloon.fr/Anri/csh/archive/main.zip) -2. Install Python - -```powershell -winget install python -``` - -3. Install dependencies - -```powershell -pip install -r .\requirements.txt -``` - -4. Run it 🙂 - -```powershell -python .\main.py -``` +2. Run it by double-clicking on `run.bat` ### Extra info