Merge pull request #756 from neiladake/patch-1

Update Python version command to use 'python3'
This commit is contained in:
Asabeneh 2026-01-23 09:32:40 +02:00 committed by GitHub
commit 24d18fea60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ If you are a macOS user, click the button encircled in red.
To check if python is installed write the following command on your device terminal.
```shell
python --version
python3 --version
```
![Python Version](./images/python_versio.png)