From 5e2e52607d07876ae4ee4b9abdc18869935396d5 Mon Sep 17 00:00:00 2001 From: tobyhalldev <65293839+tobyhalldev@users.noreply.github.com> Date: Sat, 10 Dec 2022 10:34:19 +0000 Subject: [PATCH] Python 2 --- .../2022-12-10-Installing and Setting up Python.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/_posts/2022-12-10-Installing and Setting up Python.md b/_posts/2022-12-10-Installing and Setting up Python.md index 3ea5797..ab71576 100644 --- a/_posts/2022-12-10-Installing and Setting up Python.md +++ b/_posts/2022-12-10-Installing and Setting up Python.md @@ -3,7 +3,7 @@ ## Windows -### Check if you allready have it installed. +### Check if you already have it installed. - Do WinKey+R - Then type PowerShell @@ -13,3 +13,15 @@ Next you are going to want to type in: `python --version` +If you see something like this: + +`Python 2.10.7` + +Then you have python installed but it may not be the latest version. + + +### Installing Python + +So there are a few options for setting up python. +The first one is from the Microsoft store but i would not recommend that as it is a lot harder to setup integrations with IDE's like VSCode. +The second one is from [Python] : https://www.python.org/downloads/ \ No newline at end of file