Update python tutorial

This commit is contained in:
Knoch 2022-01-10 09:05:15 +01:00
parent d4df68bc99
commit 8c6a782cfc

View File

@ -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/}.}. 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 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 Windows,\footnote{Pawandeep, How to install Python in Windows?. Tutorialspoint. March 10, 2021. Available at
Geek. July 11, 2017. Available at \url{https://www.tutorialspoint.com/how-to-install-python-in-windows}.
\url{https://www.howtogeek.com/197947/how-to-install-python-on-windows/}. Windows users will have to adjust the system path during the installation process. Forgetting this step has
Windows users will have to adjust the system path. Forgetting this step has
been the number one installation problem in past workshops.} been the number one installation problem in past workshops.}
Linux,\footnote{\url{https://docs.python-guide.org/starting/install3/linux/}} Linux,\footnote{\url{https://docs.python-guide.org/starting/install3/linux/}}
or macOS.\footnote{\url{https://docs.python-guide.org/starting/install3/osx/}} or macOS.\footnote{\url{https://docs.python-guide.org/starting/install3/osx/}}