[requirements] initial version

This commit is contained in:
Arthur Lutz 2019-10-15 18:13:33 +02:00
parent c54191505d
commit 888fdbbd18
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