From 4c00e7371ba9af54d1cd30b0ac9a0d0f82c890b5 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Wed, 13 May 2015 23:46:04 +0200 Subject: [PATCH] Updated README. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 54a28ab..772f317 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PyAlsaAudio +For documentation, see http://larsimmisch.github.io/pyalsaaudio/ + > Author: Casper Wilstrup (cwi@aves.dk) > Maintainer: Lars Immisch (lars@ibp.de) @@ -19,6 +21,16 @@ whatsoever. # Installation +## PyPI + +To install pyalsaaudio via `pip` (or `easy_install`): + +``` + $ pip install pyalsaaudio +``` + +## Manual installation + *Note:* the wrappers need the ALSA library and headers. The installation of these varies from distribution to distribution.