Help:Setting up tools: Difference between revisions
→Python
imported>NiceneNerd m (Minor updates to Python installation instructions) |
imported>NiceneNerd (→Python) |
||
Line 11: | Line 11: | ||
On Windows, follow the below instructions to install Python: | On Windows, follow the below instructions to install Python: | ||
# Uninstall any existing Python version to avoid conflicts. | # Uninstall any existing Python version to avoid conflicts. | ||
# Download the [https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe Python 3.7 installer] (latest version as of | # Download the [https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe Python 3.7 installer] (latest version as of July 2019). | ||
# Run the installer: do a ''system-wide install'' and tick the "''add Python to environment variables / PATH''" option. | # Run the installer: do a ''system-wide install'' and tick the "''add Python to environment variables / PATH''" option. | ||
# Verify that <code>py -3 --version</code> works and gives the correct version (3.7 or higher). {{CLI help}} | # Verify that <code>py -3 --version</code> works and gives the correct version (3.7 or higher). {{CLI help}} |