This commit is contained in:
Lars Immisch
2015-05-14 01:05:39 +02:00
parent 9e59862701
commit 8d932eb444

View File

@@ -45,11 +45,12 @@ First, get the sources and change to the source directory:
$ cd pyalsaaudio $ cd pyalsaaudio
``` ```
To install, execute the following: Then, build:
``` ```
$ python setup.py build $ python setup.py build
``` ```
And then as root:
And install:
``` ```
$ sudo python setup.py install $ sudo python setup.py install
``` ```