Skip to content

Installation with pip

thedonvaughn edited this page Jul 4, 2012 · 1 revision

Cover Grabber Installation

Installing pip, virtualenv and virtualenvwrapper:

$ sudo easy_install pip 
$ sudo pip install virtualenvwrapper
$ echo "source /usr/local/bin/virtualenvwrapper.sh" >> ~/.bash_profile
$ source ~/.bash_profile

Creating a virtualenv for Cover Grabber:

$ mkvirtualenv covergrabber

Installing Cover Grabber (and its requirements):

$ pip install git+https://github.com/thedonvaughn/cover_grabber.git

Running Cover Grabber:

$ covergrabber "/User/jdoe/Music"
Clone this wiki locally