Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
python-echoprint
================

A Python library for Echonest's [Echoprint](http://echoprint.me/) music identification service.
A Python library for Echonest's [Echoprint](http://echoprint.me/) music identification service.

Unlike the [official library](http://code.google.com/p/pyechonest/), it does not need to save anything to disk -- a list of samples can be passed directly to the library.

Expand All @@ -12,6 +12,15 @@ First, you need to install the build dependencies. On Ubuntu/Debian, run:

$ sudo apt-get install python-dev libboost-dev libtag1-dev ffmpeg

Ubuntu 14.04 users should note that `ffmpeg` is not available in the official
Ubuntu repositories. It can be retrieved from [Jon Severinsson's FFmpeg PPA](https://launchpad.net/~jon-severinsson/+archive/ubuntu/ffmpeg)

sudo apt-add-repository ppa:jon-severinsson/ffmpeg
sudo apt-get update
sudo apt-get install ffmpeg

Ubuntu users who cannot install `ffmpeg` or are interested in more information on the subject should consult this [Askubuntu answer](http://askubuntu.com/a/432585/103738).

On OS X, you need to install [Homebrew](http://mxcl.github.com/homebrew/), and
run:

Expand Down Expand Up @@ -42,5 +51,3 @@ Test suite

$ pip install nose
$ nosetests