diff --git a/GUI_Tutorial.ipynb b/GUI_Tutorial.ipynb
index 85a328743c446a06afa26973edb47c5e04340bd6..ba8cd1cdac95b42a33ddc68820f43a48463cbebb 100644
--- a/GUI_Tutorial.ipynb
+++ b/GUI_Tutorial.ipynb
@@ -44,6 +44,46 @@
     "!python --version"
    ]
   },
+  {
+   "cell_type": "markdown",
+   "id": "8d8a613b",
+   "metadata": {},
+   "source": [
+    "If your version of Python is not up to date, you can run the following commands to update it."
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "3624230e",
+   "metadata": {},
+   "source": [
+    "For Mac you can run:\n",
+    "\n",
+    "Open Terminal and update Homebrew\n",
+    "\n",
+    "`brew update`\n",
+    "\n",
+    "Upgrade Python\n",
+    "\n",
+    "`brew upgrade python`"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "3b84b1e2",
+   "metadata": {},
+   "source": [
+    "For Linux you can run:\n",
+    "\n",
+    "Update the package list\n",
+    "\n",
+    "`sudo apt-get update`\n",
+    "\n",
+    "Install Python 3\n",
+    "\n",
+    "`sudo apt-get install python3`\n"
+   ]
+  },
   {
    "cell_type": "markdown",
    "id": "b8de36df",
@@ -315,7 +355,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.9.12"
+   "version": "3.8.8"
   }
  },
  "nbformat": 4,