File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
Installation
2
2
============
3
3
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 .
6
6
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:
9
10
10
11
.. code-block :: text
11
12
12
13
py -m pip install --user autohotkey.py
13
14
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 >`.
You can’t perform that action at this time.
0 commit comments