Update Python version command to use 'python3'

Or add a section that suggests trying that command if 'python' does not work.
This commit is contained in:
Neil 2026-01-22 09:01:38 -05:00 committed by GitHub
parent 13bde403b9
commit 9a1a08fedb
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)