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.