This commit is contained in:
boyska 2016-03-22 11:57:05 -04:00
parent 6e6eee14f0
commit 600faed824

20
README.md Normal file
View file

@ -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
```