Merge pull request #555 from terop/add_dbus-python

Add dbus-python to required dependencies
This commit is contained in:
deltragon 2024-06-26 22:10:31 +02:00 committed by GitHub
commit 8ad89e5b94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,7 @@ Some Linux systems like CentOS do not have matching dependencies available in th
python3 -m venv venv
source venv/bin/activate
pip3 install dbus-python safeeyes
pip3 install safeeyes
```
3. Start Safe Eyes from the terminal

View File

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