mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
[requirements] initial version
This commit is contained in:
parent
c54191505d
commit
888fdbbd18
@ -49,6 +49,13 @@ sudo apt-get -y install python-pip
|
|||||||
sudo pip install validators numpy requests python-mpd2
|
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
|
# Create “.mpd_cpi.conf” config
|
||||||
|
|
||||||
vim ~/.mpd_cpi.conf
|
vim ~/.mpd_cpi.conf
|
||||||
@ -83,3 +90,5 @@ audio_output {
|
|||||||
|
|
||||||
filesystem_charset "UTF-8"
|
filesystem_charset "UTF-8"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
10
requirements.txt
Normal file
10
requirements.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pycurl
|
||||||
|
pygame
|
||||||
|
#gobject
|
||||||
|
xlib
|
||||||
|
pyalsaaudio
|
||||||
|
dbus-python
|
||||||
|
#wicd - not pip installable yet
|
||||||
|
#beeprint - causes bugs
|
||||||
|
validators
|
||||||
|
python-mpd
|
||||||
Loading…
x
Reference in New Issue
Block a user