From 9a1a08fedbf711bca37438b734961b58cbe6e75e Mon Sep 17 00:00:00 2001 From: Neil <71413248+neiladake@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:01:38 -0500 Subject: [PATCH] Update Python version command to use 'python3' Or add a section that suggests trying that command if 'python' does not work. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 553a79b..5fdb51a 100644 --- a/readme.md +++ b/readme.md @@ -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)