Skip to content

Commit ddd375c

Browse files
committed
Update recommendations format
1 parent 576081b commit ddd375c

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

source/getting_started.rst

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ Python 3 is preferable, being the newest version out!
1616

1717
.. note::
1818

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
2020
can be found by other programs.
2121

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
2323
option to do this on the first page of the installer. Make sure you tick this on.
2424

25+
Otherwise, you can run the script under :file:`\Tools\Scripts\win_add2path.py`
26+
where you installed Python.
27+
2528
And a Code Editor
2629
-----------------
2730

@@ -32,35 +35,35 @@ favourite knife. To start off with, you'll just want a basic, easy-to-use one
3235
that doesn't get in your way, but is still effective at writing python code.
3336
Here are some suggestions for those:
3437

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.
3841

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.
4245

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.
4548

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.
4851

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!
5154

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
5356
more powerful Komodo IDE.
5457

5558
.. _Atom: https://atom.io
56-
.. _Sublime Text: http://www.sublimetext.com/
59+
.. _Sublime Text: https://www.sublimetext.com/3
5760
.. _Geany: http://www.geany.org/
5861
.. _TextMate: http://macromates.com/
5962
.. _Gedit: https://projects.gnome.org/gedit/
6063
.. _Kate: http://kate-editor.org/
6164
.. _Komodo Edit: http://www.activestate.com/komodo-edit
6265

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.
6467

6568
.. tip::
6669

0 commit comments

Comments
 (0)