File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ embedding a Python DLL into the AutoHotkey process.
13
13
Ensure that you have installed [ Python] ( https://www.python.org/downloads/ ) 3.7
14
14
and newer, and [ AutoHotkey] ( https://www.autohotkey.com/ ) 1.1.28 and newer.
15
15
16
- Install the package from the URL to the Python user install directory. To do
17
- that, copy and paste the following into a PowerShell window:
16
+ Install the package to the Python user install directory. To do that, copy and
17
+ paste the following into a PowerShell window:
18
18
19
19
``` powershell
20
- py -m pip install --user git+https://github.com/Perlence/AutoHotkey .py
20
+ py -m pip install --user autohotkey .py
21
21
```
22
22
23
23
Write the sample code into the ` playground.py ` file:
Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ Installation
4
4
AutoHotkey.py requires `Python <https://www.python.org/downloads/ >`_ 3.7 and
5
5
newer, `AutoHotkey <https://www.autohotkey.com/ >`_ 1.1.28 and newer.
6
6
7
- Once Python is installed, install the package from the URL to the Python user
8
- install directory. To do that, copy and paste the following into a PowerShell
9
- window:
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:
10
9
11
10
.. code-block :: text
12
11
13
- py -m pip install --user git+https://github.com/Perlence/AutoHotkey .py
12
+ py -m pip install --user autohotkey .py
14
13
15
14
AutoHotkey.py is now installed. Check out the :doc: `/quickstart ` or go to the
16
15
:doc: `Documentation Overview </index >`.
Original file line number Diff line number Diff line change @@ -8,19 +8,20 @@ project_urls =
8
8
license = BSD-3-Clause
9
9
author = Sviatoslav Abakumov
10
10
11
- description = Embed Python into AutoHotkey.
11
+ description = Write AutoHotkey scripts in Python
12
12
long_description = file: README.md
13
13
long_description_content_type = text/markdown
14
14
platforms = Windows
15
15
classifiers =
16
- Development Status :: 3 - Alpha
16
+ Development Status :: 4 - Beta
17
17
Environment :: Console
18
18
Intended Audience :: Developers
19
19
License :: OSI Approved :: BSD License
20
20
Operating System :: Microsoft :: Windows
21
21
Programming Language :: Python :: 3
22
22
Programming Language :: Python :: 3.7
23
23
Programming Language :: Python :: 3.8
24
+ Programming Language :: Python :: 3.9
24
25
Programming Language :: Python :: Implementation :: CPython
25
26
26
27
[options]
You can’t perform that action at this time.
0 commit comments