From 501d3dbb2e4248467757f61b1591e242ece07f37 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 6 Sep 2022 13:52:20 +0200 Subject: [PATCH] Better description for the chrome version and the entry of the school url --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4b7b05b..048a8e0 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # Browser automatisation for School portal substitution plan 1. Change `env.sampe` to `.env` -2. Fill **.env** with your **credentials** +2. Fill **.env** with your **credentials** (Use your school's address for the login (e.g. schoolUrl = "https://login.schulportal.hessen.de/...XXX")) 3. Install the necessary Chromedriver from here https://chromedriver.chromium.org/downloads 4. Place the Chromedriver in this folder under the name `chromedriver` 5. Install necessary python libraries `pip install -r requirements.txt` @@ -9,6 +9,7 @@ ## Important - Chrome must be installed on your device - Make sure you have put both projects in the same **main folder** so everything works +- The Chromedriver and Chrome must have the same version (e.g. version 105) **For example**:\ Main folder: `school-portal-substitution-plan`\