Updated README to mention BeautifulSoup, got rid of unnecessary print statement
[i_like_pandora.git] / README
diff --git a/README b/README
index 710a3dd..63fc829 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,8 @@
 This script searches for each of your liked pandora songs and downloads the first YouTube result for "Title Artist" (some music is not avaiblable).
 
+Your Pandora listening activity must be public for this script to work. You can edit your privacy settings here:
+http://www.pandora.com/privacysettings
+
 This script allows you to quickly come back to all the songs you've forgotten you loved. A good way to keep up to date with your Pandora favorites is to add this script into cron and have it run daily. Remember to edit the settings in the first part of the script.
 
 You can edit your crontab with the command "crontab -e". When using this script via cron, a display must be specified to send the notifications to. Here is an example:
@@ -11,6 +14,10 @@ Requires youtube-dl to be installed. follow instruction here:
 http://rg3.github.com/youtube-dl/
 Or use your favorite package-management system to install youtube-dl. Make sure youtube-dl is up to date if there are problems by running 'youtube-dl -U'.
 
+Also requires the BeautifulSoup module for Python, which can be found here:
+http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.0.tar.gz
+To install, after extracting the archive, `cd` into the directory and `python setup.py install` to install the module.
+
 Notifications require Nofify OSD (https://launchpad.net/notify-osd), which ships with Ubuntu.
 
 See http://www.github.com/nospampleasemam/youtube_backup for more information and the latest version.