Skip to content

Commit a9b7fa3

Browse files
MattDodsonEnglishPerlence
authored andcommitted
Some word fixes to install.rst, including
* newer to later (using google style guide recommendations) * specified package name * Removed passive
1 parent 350e5ef commit a9b7fa3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/install.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Installation
22
============
33

4-
AutoHotkey.py requires `Python <https://www.python.org/downloads/>`_ 3.7 and
5-
newer, `AutoHotkey <https://www.autohotkey.com/>`_ 1.1.28 and newer.
4+
AutoHotkey.py requires `Python <https://www.python.org/downloads/>`_ 3.7 or
5+
later, `AutoHotkey <https://www.autohotkey.com/>`_ 1.1.28 or later.
66

7-
Once Python is installed, install the package to the Python user install
8-
directory. To do that, copy and paste the following into a PowerShell window:
7+
Once you've installed python, install the AutoHotkey.py package to the Python
8+
user install directory. To do that, copy and paste the following into a
9+
PowerShell window:
910

1011
.. code-block:: text
1112
1213
py -m pip install --user autohotkey.py
1314
14-
AutoHotkey.py is now installed. Check out the :doc:`/quickstart` or go to the
15-
:doc:`Documentation Overview </index>`.
15+
Now you've installed AutoHotkey.py. Next, check out the :doc:`/quickstart` or
16+
go to the :doc:`Documentation Overview </index>`.

0 commit comments

Comments
 (0)