@@ -16,12 +16,15 @@ Python 3 is preferable, being the newest version out!
16
16
17
17
.. note ::
18
18
19
- On Windows, you'll want to add :program: `Python ` to your PATH, so it
19
+ On Windows, you'll need to add :program: `Python ` to your `` % PATH% `` , so it
20
20
can be found by other programs.
21
21
22
- When installing Python 3.5 or later, there should be tick box
22
+ When installing Python 3.5 or later, there should be tick box
23
23
option to do this on the first page of the installer. Make sure you tick this on.
24
24
25
+ Otherwise, you can run the script under :file: `\T ools\S cripts\w in_add2path.py `
26
+ where you installed Python.
27
+
25
28
And a Code Editor
26
29
-----------------
27
30
@@ -32,35 +35,35 @@ favourite knife. To start off with, you'll just want a basic, easy-to-use one
32
35
that doesn't get in your way, but is still effective at writing python code.
33
36
Here are some suggestions for those:
34
37
35
- - `Atom `_: A new code editor available for Windows, Mac and Linux . It's
36
- an open-source project developed by GitHub and is very easy to add
37
- functionality for, with its packages system.
38
+ - `Atom `_: Windows, Mac & Linux. A new code editor made by Github . It's
39
+ an open-source project and is very easy to add functionality for,
40
+ with its packages system.
38
41
39
- - `Sublime Text `_: A great all around editor that's easy to use. It's Ctl+B
40
- shortcut lets you run the python file you're working on straight away. Runs
41
- on Windows, Mac and Linux .
42
+ - `Sublime Text `_: Windows, Mac & Linux. A great all around editor that's
43
+ easy to use. It's Ctl+B shortcut lets you run the python file you're working
44
+ on straight away .
42
45
43
- - `Geany `_: A simple editor that doesn't aim to be too complicated. Available
44
- on Windows and Linux (you can probably find it in your package manager) .
46
+ - `Geany `_: Windows, Mac & Linux. A simple editor that doesn't aim
47
+ to be too complicated .
45
48
46
- - `TextMate `_: One of the most famous code editors for Mac, it used to be a paid
47
- product but has since been open-sourced.
49
+ - `TextMate `_: Mac. One of the most famous code editors for Mac, it used to
50
+ be a paid product but has since been open-sourced.
48
51
49
- - `Gedit `_ and `Kate `_: if you run Linux using Gnome or KDE respectively, you
50
- might already have one of these two installed!
52
+ - `Gedit `_ and `Kate `_: Linux. If you run Linux using Gnome or KDE respectively,
53
+ you might already have one of these two installed!
51
54
52
- - `Komodo Edit `_: a sleak, free editor for Mac, Windows and Linux, based on the
55
+ - `Komodo Edit `_: Windows, Mac & Linux. a sleak, free editor based on the
53
56
more powerful Komodo IDE.
54
57
55
58
.. _Atom : https://atom.io
56
- .. _Sublime Text : http ://www.sublimetext.com/
59
+ .. _Sublime Text : https ://www.sublimetext.com/3
57
60
.. _Geany : http://www.geany.org/
58
61
.. _TextMate : http://macromates.com/
59
62
.. _Gedit : https://projects.gnome.org/gedit/
60
63
.. _Kate : http://kate-editor.org/
61
64
.. _Komodo Edit : http://www.activestate.com/komodo-edit
62
65
63
- If you'd like our recommendation, try out Sublime Text first.
66
+ If you'd like our recommendation, try out Sublime Text 3 first.
64
67
65
68
.. tip ::
66
69
0 commit comments