From 173d1f8ade78417ccbbe65ff1da1fd9e74a97e39 Mon Sep 17 00:00:00 2001 From: mdolling Date: Mon, 30 Nov 2020 15:01:35 +0100 Subject: [PATCH] updated python install instructions --- _includes/install_instructions/python.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/install_instructions/python.html b/_includes/install_instructions/python.html index d1043dd..209e571 100644 --- a/_includes/install_instructions/python.html +++ b/_includes/install_instructions/python.html @@ -43,6 +43,7 @@ https://jupyter-notebook.readthedocs.io/en/stable/notebook.html#browser-compatib Verify the installation by opening the Terminal app and type 'python3 --version'. The output should be something like 'Python 3.x.x' +
  • If the version < 3 or 'python3' is not found, please follow The Hitchhiker's Guide to Python
  • -- GitLab