Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 462 Bytes

INSTALL.md

File metadata and controls

21 lines (15 loc) · 462 Bytes

Howto install MusicMashup

  1. Clone GitHub repository
git clone https://github.com/kaozente/MusicMashup.git 
  1. Install Python 2.7 and pip
  2. Install necessary packages:
pip install SPARQLWrapper discogs_client titlecase pyechonest datetime cherrypy mako rdfextras
  1. Start the MusicMashup server. Wait for the parsing to finish
python MusicMashupServer.py
  1. Open localhost:8080 in your browser.