== Installing Ruby == === Mac: # Install "MacPorts":http://www.macports.org/ (mac package management) # Install Xcode if you don't have it already # sudo port install rb-rubygems # sudo gem install mechanize === Linux # sudo apt-get install ruby rubygems # sudo gem install mechanize === Windows # install "One-click Ruby Installer":http://rubyforge.org/frs/download.php/27227/ruby186-26_rc2.exe # I don't have windows so I'm not sure what comes next. "let me know":/contact