Skip to content

Commit a2ec800

Browse files
author
Adimote
committed
Remove installation instructions
1 parent 0001fd6 commit a2ec800

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

docs/tutorials/python-whirlwind-tour.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
11
# Python: A Whirlwind Tour
22

3-
## Installation
4-
5-
### Installing Python on Windows
6-
7-
Below are step-by-step instructions for installing Python 3.9.6 (which is required for the competition):
8-
9-
1. Go to [https://www.python.org/downloads/release/python-396/ (Python 3.9.6)](https://www.python.org/downloads/release/python-396/)
10-
2. Scroll down “Files” and click on “**Windows installer 64 bit**” (if you are on a 64 bit machine) or “**Windows installer 32 bit**” (if you are on a 32 bit machine).
11-
If you do not know what version to get, then type in your windows search bar “**About your PC**”. Under ‘system type’ it should tell you what bit of operating system you have.
12-
3. Click “save file” and wait for the installer to download.
13-
4. Find your downloads folder and open the Python installer. You should get this window:
14-
15-
![A window with the heading "Install Python 3.9.6 (64-bit)". Two buttons say "Install Now" and "Customise installation". Two checkboxes at the bottom; one says "Install launcher for all users (recommended)" and the other says "Add Python 3.9 to PATH".](../assets/img/tutorials/whrl-win-1.png)
16-
17-
5. Tick the **“Add Python 3.9 to PATH”** checkbox and click “Install Now” (important)
18-
6. Windows will warn you on whether you want to make changes to this device. Click “yes”.
19-
7. If the Python install was successful then you will get this window:
20-
21-
![A window with the heading "Setup was successful" and a 'close' button in the bottom right.](../assets/img/tutorials/whrl-win-2.png)
22-
23-
### Installing Python on Mac
24-
25-
Below are step-by-step instruction for installing Python 3.9.6 (which is required for the competition):
26-
27-
1. Go to [https://www.python.org/downloads/release/python-396/ (Python 3.9.6)](https://www.python.org/downloads/release/python-396/)
28-
2. Scroll down “Files” and download the relevant Mac installer for your device.
29-
3. Find your downloads folder and open the Python installer. You should get this window:
30-
31-
![A window with the heading "Welcome to the Python installer" and a pair of buttons in the bottom right that say "Go Back" and "Continue".](../assets/img/tutorials/whrl-mac-1.png)
32-
33-
4. Follow the rest of the instructions as given by the installer.
34-
353
## A small Introduction
364

375
The purpose of this document is to teach/remind you how Python works. Throughout the training booklet, there are links for further resources and websites just in case you are not satisfied with how a particular concept is explained.

0 commit comments

Comments
 (0)