==Download Python==
Download the current Python package from the [https://www.python.org/downloads/ project website].
==Installation of Python==
Install Python and be sure to do this for each user. Install into the folder ''\bluespice\bin\python'' - when selecting this folder, be sure to follow our instructions on the page [[Setup:Installation_Manual/Advanced/Folder_structure_under_Windows|Folder Structure under Windows]].
The most important information about installing Python can be found in these screenshots:
<div style="text-align: center;">[[File:bs3-install-windows-python-01.png|frameless]] [[File:bs3-install-windows-python-02.png|frameless]]</div>
<div style="text-align: center;"></div>
==Installation of Pygmentize==
Open the command prompt with admin privileges. Change to the ''\bluespice\bin\python\Scripts'' folder and enter the command ''"pip install pygments"''. Wait until the following process is complete.
You may be informed that your version of ''pip.exe'' is outdated. You can update it with the command ''python -m pip install --upgrade pip'':
[[File:bs3-install-windows-python-03.png|center|frameless]]