====== Install SimpleCrawler ====== Installing SimpleCrawler is easy. First, make sure you have [[http://www.ruby-lang.org/en/|Ruby]] installed. SimpleCrawler is distributed as a Ruby gem. This means you have to [[http://www.ruby-lang.org/en/libraries/#installing-rubygems|install rubygems]] too. To install the simplecrawler gem in Microsoft Windows, open a command window and type: gem install simplecrawler To install the simplecrawler gem in Mac OS X or Linux type: sudo gem install simplecrawler The latest version of the simplecrawler gem will be downloaded. [[http://jruby.codehaus.org/|JRuby]] users may have to install hpricot separately before installing SC. From here you may want to try some of the examples.