Skip to content

Commit f8f975c

Browse files
authored
Merge pull request #55 from O-X-L/feat-requirements-win
fix for platform-specific requirement
2 parents f505162 + 3c8f73e commit f8f975c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ If you encounter a bug or want to request an update, simply create an issue [her
9696
pip3 install -r requirements.txt
9797
```
9898
- If you are on **Linux**, you might need to install Tkinter manually, commands to install are [here](https://www.geeksforgeeks.org/how-to-install-tkinter-on-linux/)
99-
- You need to remove the **win10toast** from `requirements.txt` if you are not on windows or else you won't be able to install the depedencies
10099
- Mac Users, you must add terminal to accessibility and input monitoring settings in system preferences to allow mouse and keyboard inputs.
101100
- (Optional) If you want these package to be on virtual environment follow these step [here](https://stackoverflow.com/a/41799834)
102101
- Finally, do `cd src` and type: `python3 main.py`

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Pillow==10.3.0
22
pynput==1.7.7
33
pystray==0.19.5
44
Requests==2.32.0
5-
win10toast==0.9
5+
win10toast==0.9; sys_platform == 'win32'

0 commit comments

Comments
 (0)