Adjust python version

This commit is contained in:
Knoch 2022-08-19 13:54:23 +02:00
parent 020c2de950
commit 070ffa436e
2 changed files with 9 additions and 9 deletions

View File

@ -89,12 +89,12 @@ Installation von Python 3
``` {.lang-sh .hljs} ``` {.lang-sh .hljs}
python --version 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} ``` {.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 * Folgt andernfalls 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 * Führt den oben genannten Befehl danach erneut aus, um zu prüfen, ob alles geklappt hat.
@slide(layout=content-only) @slide(layout=content-only)
@title @title

View File

@ -89,13 +89,13 @@ Installation of Python 3
``` {.lang-sh .hljs} ``` {.lang-sh .hljs}
python --version 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} ``` {.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/)** * 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 * 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 * Run the above-mentioned command to ensure the installation was successful.
@slide(layout=content-only) @slide(layout=content-only)