From 8c6a782cfc126ef765c6860524470edcd66919cb Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 10 Jan 2022 09:05:15 +0100 Subject: [PATCH] Update python tutorial --- content/source-code-listings-minted.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/source-code-listings-minted.tex b/content/source-code-listings-minted.tex index 4e5b0f9..23441aa 100644 --- a/content/source-code-listings-minted.tex +++ b/content/source-code-listings-minted.tex @@ -6,10 +6,9 @@ On some operating systems, Python comes pre-installed, in which case entering th If Python is yet to be installed, then you can find the installation files on the project website\footnote{Available at \url{https://www.python.org/downloads/}.}. There are extensive articles that cover all relevant steps to install Python on -Windows,\footnote{Jason Fitzpatrick, How to Install Python on Windows. How-To -Geek. July 11, 2017. Available at -\url{https://www.howtogeek.com/197947/how-to-install-python-on-windows/}. -Windows users will have to adjust the system path. Forgetting this step has +Windows,\footnote{Pawandeep, How to install Python in Windows?. Tutorialspoint. March 10, 2021. Available at +\url{https://www.tutorialspoint.com/how-to-install-python-in-windows}. +Windows users will have to adjust the system path during the installation process. Forgetting this step has been the number one installation problem in past workshops.} Linux,\footnote{\url{https://docs.python-guide.org/starting/install3/linux/}} or macOS.\footnote{\url{https://docs.python-guide.org/starting/install3/osx/}}