This commit is contained in:
Tero Paloheimo 2024-02-29 08:21:30 -07:00 committed by GitHub
commit 678b1efafc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,7 @@ Some Linux systems like Cent OS do not have matching dependencies available in t
pip3 install virtualenv --user
virtualenv --no-site-packages venv
source venv/bin/activate
pip3 install dbus-python safeeyes
pip3 install safeeyes
```
3. Start Safe Eyes from terminal

View File

@ -7,6 +7,7 @@ requires = [
'babel',
'psutil',
'croniter',
'dbus-python',
'PyGObject',
'python-xlib'
]