Skip to content

Commit e882d9b

Browse files
author
Tony Crisci
committed
update readme with documentation link
1 parent f77a79d commit e882d9b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The next great DBus library for Python.
44

5+
[Documentation](https://python-dbus-next.readthedocs.io/en/latest/).
6+
57
*This project is in the early stages of development and the public api is unstable*
68

79
python-dbus-next is a Python library for DBus that aims to be a fully featured high level library primarily geared towards integration of applications into Linux desktop and mobile environments.
@@ -20,6 +22,14 @@ python-dbus-next plans to improve over other DBus libraries for Python in the fo
2022
* Integration tests for all features of the library.
2123
* Completely documented public API.
2224

25+
## Installing
26+
27+
This library is available on PyPi as [dbus-next](https://pypi.org/project/dbus-next/).
28+
29+
```
30+
pip3 install dbus-next
31+
```
32+
2333
## The Client Interface
2434

2535
*The client interface is unstable*

0 commit comments

Comments
 (0)