You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Please complete the instructions on this page before you arrive at the Intro to Python workshop.\n",
33
+
"\n",
34
+
"Stuck or need help? [Ask for help by describing your error here](https://github.com/pythonsd/intro-to-python/issues/new), in as much detail as possible. Or ask for help through [SD Python](http://www.meetup.com/pythonsd/), [SD Pyladies](http://www.meetup.com/sd-pyladies/), or [IE Pyladies](http://www.meetup.com/iepyladies/)."
35
+
]
36
+
},
37
+
{
38
+
"cell_type": "markdown",
39
+
"metadata": {},
40
+
"source": [
41
+
"> These instructions are based on tutorials by [Geek Girls Carrots](http://django.carrots.pl/) and [DjangoGirls](http://tutorial.djangogirls.org/python_installation/README.html)."
42
+
]
43
+
},
44
+
{
45
+
"cell_type": "heading",
46
+
"level": 2,
47
+
"metadata": {},
48
+
"source": [
49
+
"Windows"
50
+
]
51
+
},
52
+
{
53
+
"cell_type": "markdown",
54
+
"metadata": {},
55
+
"source": [
56
+
"You can download Python for Windows from the website https://www.python.org/download/releases/3.4.1/. After downloading the *.msi file, you should run it (double-click on it) and follow the instructions there. It is important to remember the path (the directory) where you installed Python. It will be needed later!"
57
+
]
58
+
},
59
+
{
60
+
"cell_type": "heading",
61
+
"level": 2,
62
+
"metadata": {},
63
+
"source": [
64
+
"Linux"
65
+
]
66
+
},
67
+
{
68
+
"cell_type": "markdown",
69
+
"metadata": {},
70
+
"source": [
71
+
"It is very likely that you already have Python installed out of the box. To check if you have it installed (and which version it is), open a console and type the following command:\n",
72
+
"\n",
73
+
"```\n",
74
+
"$ python3 --version\n",
75
+
"Python 3.4.1\n",
76
+
"```\n",
77
+
"\n",
78
+
"If you don't have Python installed or if you want a different version, you can install it as follows:"
0 commit comments