Updated requirements.txt
This commit is contained in:
parent
39e3852b40
commit
44a303a10e
11
README.md
11
README.md
|
@ -54,8 +54,8 @@ If you encounter a bug or want to request an update, simply create an issue [her
|
|||
|
||||
# My computer detects this program as a Virus
|
||||
|
||||
This is normal; my program is completely unknown to Windows, so at first, it may be considered a virus. However, this is a false positive, so don't worry.\
|
||||
You can still check the code; this is an open-source program.
|
||||
This is normal, my program is completely unknown to Windows, so at first, it may be considered as a virus. However, this is a false positive, so don't worry.\
|
||||
You can still check the code, this is an open-source program.
|
||||
\
|
||||
\
|
||||
But if you're still unsure, you can follow these steps to avoid the setup.exe:
|
||||
|
@ -67,12 +67,9 @@ But if you're still unsure, you can follow these steps to avoid the setup.exe:
|
|||
|
||||
- Extract it wherever you want.
|
||||
- Open the command prompt by typing "cmd" in your Windows search.
|
||||
- Type the following commands **separately**:
|
||||
- Type the command:
|
||||
```bash
|
||||
pip install pynput
|
||||
pip install requests
|
||||
pip install Pillow
|
||||
pip install pystray
|
||||
python install -r requirements.txt
|
||||
```
|
||||
- After that, type cmd here, then press enter:
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
pip~=23.1.2
|
||||
Pillow~=10.0.0
|
||||
setuptools~=68.0.0
|
||||
platformdirs~=3.10.0
|
||||
pynput~=1.7.6
|
||||
keyboard~=0.13.5
|
||||
pystray~=0.19.4
|
||||
pynput==1.7.6
|
||||
pystray==0.19.4
|
||||
Pillow==10.0.0
|
||||
requests==2.31.0
|
Loading…
Reference in New Issue