diff --git a/slides/intro.de.md b/slides/intro.de.md index 5a91b25..9d529e4 100644 --- a/slides/intro.de.md +++ b/slides/intro.de.md @@ -89,12 +89,12 @@ Installation von Python 3 ``` {.lang-sh .hljs} python --version ``` -* Falls Python installiert ist, sollte der Output in etwa so aussehen: +* Falls Python installiert ist, sollte der Output in etwa so aussehen (Version kann abweichen): ``` {.lang-sh .hljs} -Python 3.8.5 +Python 3.10.6 ``` -* Falls ihr Python noch nicht installiert habt, folgt der Anleitung auf der **[Python-Webseite](https://www.python.org/)**, die für euer Betriebssystem passt -* Um zu verifizieren, dass die Installation erfolgreich wart, führt den oben genannten Befehl erneut aus +* Folgt andernfalls der Anleitung auf der **[Python-Webseite](https://www.python.org/)**, die für euer Betriebssystem passt. +* Führt den oben genannten Befehl danach erneut aus, um zu prüfen, ob alles geklappt hat. @slide(layout=content-only) @title diff --git a/slides/intro.en.md b/slides/intro.en.md index fb6a513..edc789a 100644 --- a/slides/intro.en.md +++ b/slides/intro.en.md @@ -89,13 +89,13 @@ Installation of Python 3 ``` {.lang-sh .hljs} python --version ``` -* If installed, the output should look similar to this: +* If installed, the output should look similar to this (the exact version may deviate): ``` {.lang-sh .hljs} -Python 3.8.5 +Python 3.10.6 ``` -* If not installed, follow the instructions for your operating sytem on the **[website](https://www.python.org/)** -* Make sure to enable the option to add Python to your PATH, if possible -* Run the above-mentioned command to ensure the installation was successful +* If not installed, follow the instructions for your operating sytem on the **[website](https://www.python.org/)**. +* Make sure to enable the option to add Python to your PATH, if possible. +* Run the above-mentioned command to ensure the installation was successful. @slide(layout=content-only)