Browse Source

[requirements] initial version

Arthur Lutz 4 years ago
parent
commit
888fdbbd18
2 changed files with 19 additions and 0 deletions
  1. 9 0
      README.md
  2. 10 0
      requirements.txt

+ 9 - 0
README.md

@@ -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 - 0
requirements.txt

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