Skip to content

Commit

Permalink
update urls and char-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Sep 12, 2023
1 parent bf7f789 commit 74e30d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Properties.wait_not('visible') # make sure the dialog is closed

### Dependencies (if install manually)
* Windows:
- [pyWin32](https://github.com/mhammond/pywin32/)
- [pywin32](https://github.com/mhammond/pywin32/)
- [comtypes](https://github.com/enthought/comtypes)
- [six](https://pypi.python.org/pypi/six)
* Linux:
Expand Down
4 changes: 2 additions & 2 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dialogs and controls.
Manual Installation
------------
Install the following Python packages
(Required) pyWin32 http://sourceforge.net/projects/pywin32/files/pywin32/
(Required) pywin32 https://github.com/mhammond/pywin32
(Required) comtypes https://github.com/enthought/comtypes
(Optional) PIL http://www.pythonware.com/products/pil/index.htm
(Optional) Pillow https://github.com/python-pillow/Pillow
Unzip the pywinauto zip file to a folder.
Run "python setup.py install"

Expand Down

0 comments on commit 74e30d1

Please sign in to comment.