We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd17c2d commit 71d6f8bCopy full SHA for 71d6f8b
README.md
@@ -5,6 +5,16 @@ Supports both asyncio (under `sdbus_async.networkmanager` module) and blocking (
5
6
Implements most NetworkManager dbus interfaces and objects.
7
8
+## Requirements
9
+
10
+* `python-sdbus` version higher than 0.8rc2
11
12
+See [python-sdbus requirements](https://github.com/igo95862/python-sdbus#requirements).
13
14
+## Installation
15
16
+`pip install --only-binary ':all:' sdbus`
17
18
# [Documentation](https://python-sdbus-networkmanager.readthedocs.io/en/latest/)
19
20
This is the sub-project of [python-sdbus](https://github.com/igo95862/python-sdbus).
0 commit comments