Merge pull request #299 from arthurlutz/requirements-txt

[requirements] initial version
This commit is contained in:
GNU 2019-10-18 18:13:22 +08:00 committed by GitHub
commit 105a5fa596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View File

@ -49,6 +49,13 @@ sudo apt-get -y install python-pip
sudo pip install validators numpy requests python-mpd2
```
### With pip install and virtualenv
```
mkvirtualenv launcher
pip install -r requirements.txt
```
# Create “.mpd_cpi.conf” config
vim ~/.mpd_cpi.conf
@ -83,3 +90,5 @@ audio_output {
filesystem_charset "UTF-8"
```

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
pycurl
pygame
#gobject
xlib
pyalsaaudio
dbus-python
#wicd - not pip installable yet
#beeprint - causes bugs
validators
python-mpd