boyska 8 jaren geleden
bovenliggende
commit
600faed824
1 gewijzigde bestanden met toevoegingen van 20 en 0 verwijderingen
  1. 20 0
      README.md

+ 20 - 0
README.md

@@ -0,0 +1,20 @@
+Bandcavall
+==========
+
+Making music available to be played but not to be downloaded is *so* stupid.
+
+
+Run
+-----
+
+you'd better create a virtualenv and then do `pip install -r requirements.txt`.
+After that, `python fetchcose.py --help` will be your friend.
+
+Note that this will open *many* windows, which is annoying. If you want it to be nicer with your desktop, I'd suggest to:
+
+```sh
+Xephyr :1 &
+export DISPLAY=:1
+python fetchcose.py --blablablabla
+```
+