From 8bfccfbf58d25e50f52aa57b1e11f152e5e047ee Mon Sep 17 00:00:00 2001 From: tobyhalldev <65293839+tobyhalldev@users.noreply.github.com> Date: Sat, 10 Dec 2022 10:19:06 +0000 Subject: [PATCH] Python1 --- _posts/2022-10-14-test.md | 1 - ...2022-12-10-Installing and Setting up Python.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 _posts/2022-10-14-test.md create mode 100644 _posts/2022-12-10-Installing and Setting up Python.md diff --git a/_posts/2022-10-14-test.md b/_posts/2022-10-14-test.md deleted file mode 100644 index 32c6af8..0000000 --- a/_posts/2022-10-14-test.md +++ /dev/null @@ -1 +0,0 @@ -## \ No newline at end of file diff --git a/_posts/2022-12-10-Installing and Setting up Python.md b/_posts/2022-12-10-Installing and Setting up Python.md new file mode 100644 index 0000000..3ea5797 --- /dev/null +++ b/_posts/2022-12-10-Installing and Setting up Python.md @@ -0,0 +1,15 @@ +# Installing and setting up Python. + + +## Windows + +### Check if you allready have it installed. + +- Do WinKey+R +- Then type PowerShell +- Finaly press enter + +Next you are going to want to type in: + +`python --version` +