replace minted with shell command

This commit is contained in:
Fradtschuk 2022-01-10 01:40:04 +01:00
parent fccedb63b0
commit 6ebf564ee2

View File

@ -16,10 +16,7 @@ or macOS.\footnote{\url{https://docs.python-guide.org/starting/install3/osx/}}
After a successful installation, you should be able to execute the aforementioned command in a terminal, confirm by pressing Enter, and see approximately the following result: After a successful installation, you should be able to execute the aforementioned command in a terminal, confirm by pressing Enter, and see approximately the following result:
\begin{minted}[]{bash} \shell{python $--$version \\ Python 3.8.5}
$ python --version
Python 3.8.5
\end{minted}
\noindent If the version number is equal to the one stated here, or higher, then everything should be set up correctly. \noindent If the version number is equal to the one stated here, or higher, then everything should be set up correctly.
Next, enter the command \sh{pip install Pygments}\footnote{On some operating systems, you might have to use the command \sh{pip3 install Pygments}} in the same terminal window to install the Pygments package for Python. Next, enter the command \sh{pip install Pygments}\footnote{On some operating systems, you might have to use the command \sh{pip3 install Pygments}} in the same terminal window to install the Pygments package for Python.