dir01 / lrcs

Lyrics search engine (well, grabber, TBH) which monitors what you currently listen to according to last.fm and shows you lyrics for that song
3 stars 0 forks source link

Installation

  1. Install Fabric v. 1.4.0 sudo easy_install fabric==1.4.0

  2. Clone repo git clone <url>

  3. Deploy VIRTUAL_ENV="/wherever/you/want/virtualenv/to/be/installed/" fab activate:local deploy

Running backend tests

To run functional tests, while in virtualenv, run

$ trial lyrics.grabbers.functional_tests