Skip to content

Commit 8ad89e5

Browse files
authored
Merge pull request slgobinath#555 from terop/add_dbus-python
Add dbus-python to required dependencies
2 parents 55693cb + d93b048 commit 8ad89e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Some Linux systems like CentOS do not have matching dependencies available in th
138138
139139
python3 -m venv venv
140140
source venv/bin/activate
141-
pip3 install dbus-python safeeyes
141+
pip3 install safeeyes
142142
```
143143

144144
3. Start Safe Eyes from the terminal

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'babel',
88
'psutil',
99
'croniter',
10+
'dbus-python',
1011
'PyGObject',
1112
'packaging',
1213
'python-xlib'

0 commit comments

Comments
 (0)