/README.txt
Plain Text | 23 lines | 12 code | 11 blank | 0 comment | 0 complexity | 75d80af8a2055bb4cb57400675bc4f9c MD5 | raw file
1Welcome to The Echo Nest Remix API installer. 2 3This will install Python libraries that let you do great things with music and video. The libraries will be installed in your Python site-packages folder and will be available system-wide. 4 5You'll probably want to start with example scripts. 6 7On the Mac these are placed in /usr/share/local/echo-nest-remix-examples. 8 9On Windows these are placed in your Python root folder: C:\Python26. 10 11You will need an API key set up to use this software. Register for a key at http://developer.echonest.com/ . 12 13Then either (1) set the environment variable ECHO_NEST_API_KEY to be your key, or (2) put the lines 14 15from pyechonest import config 16config.ECHO_NEST_API_KEY="your key" 17 18at the top of any scripts you run. 19 20Please see more information and documentation at 21 22http://code.google.com/p/echo-nest-remix 23