From e882d9b579a52c60250dda1b3e29e3ffe7a812a6 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Tue, 7 May 2019 14:17:33 -0400 Subject: [PATCH] update readme with documentation link --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d20402f..9b1c7e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The next great DBus library for Python. +[Documentation](https://python-dbus-next.readthedocs.io/en/latest/). + *This project is in the early stages of development and the public api is unstable* 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 * Integration tests for all features of the library. * Completely documented public API. +## Installing + +This library is available on PyPi as [dbus-next](https://pypi.org/project/dbus-next/). + +``` +pip3 install dbus-next +``` + ## The Client Interface *The client interface is unstable*