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` +