/README.txt

http://echo-nest-remix.googlecode.com/ · Plain Text · 23 lines · 12 code · 11 blank · 0 comment · 0 complexity · 75d80af8a2055bb4cb57400675bc4f9c MD5 · raw file

  1. Welcome to The Echo Nest Remix API installer.
  2. This 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.
  3. You'll probably want to start with example scripts.
  4. On the Mac these are placed in /usr/share/local/echo-nest-remix-examples.
  5. On Windows these are placed in your Python root folder: C:\Python26.
  6. You will need an API key set up to use this software. Register for a key at http://developer.echonest.com/ .
  7. Then either (1) set the environment variable ECHO_NEST_API_KEY to be your key, or (2) put the lines
  8. from pyechonest import config
  9. config.ECHO_NEST_API_KEY="your key"
  10. at the top of any scripts you run.
  11. Please see more information and documentation at
  12. http://code.google.com/p/echo-nest-remix