diff --git a/README.md b/README.md index fb13f02..9f01731 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Example: pmc.changeListenerUnregister(propsChanged) -## INSTALL +## Install To install this module on your system, you can use pip: @@ -222,11 +222,11 @@ Then, you can use it on your own projects just importing it: import pymonctl -## SUPPORT +## Support In case you have a problem, comments or suggestions, do not hesitate to [open issues](https://github.com/Kalmat/PyMonCtl/issues) on the [project homepage](https://github.com/Kalmat/PyMonCtl) -## USING THIS CODE +## Using this code If you want to use this code or contribute, you can either: @@ -237,7 +237,7 @@ Be sure you install all dependencies described on `requirements.txt` by using pi python3 -m pip install -r requirements.txt -## TEST +## Test To test this module on your own system, cd to `tests` folder and run: diff --git a/setup.py b/setup.py index 061220e..c340f7c 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ install_requires=[ "pywin32>=302; sys_platform == 'win32'", "python-xlib>=0.21; sys_platform == 'linux'", - "ewmhlib>=0.2", + "ewmhlib>=0.2; sys_platform == 'linux'", "pyobjc>=8.1; sys_platform == 'darwin'", "typing_extensions>=4.4.0" ], @@ -48,7 +48,8 @@ "types-pywin32>=305.0.0.3", "types-python-xlib>=0.32", "myst-parser", - "pywinctl>=0.3" + "pywinctl>=0.3", + "ewmhlib>=0.2" ] }, keywords="screen display monitor control geometry size position frequency scale orientation "