readme
This commit is contained in:
parent
6e6eee14f0
commit
600faed824
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue