Skip to content

Commit 71d6f8b

Browse files
committed
Updated README with requirements and installation instructions
1 parent dd17c2d commit 71d6f8b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Supports both asyncio (under `sdbus_async.networkmanager` module) and blocking (
55

66
Implements most NetworkManager dbus interfaces and objects.
77

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+
818
# [Documentation](https://python-sdbus-networkmanager.readthedocs.io/en/latest/)
919

1020
This is the sub-project of [python-sdbus](https://github.com/igo95862/python-sdbus).

0 commit comments

Comments
 (0)