Skip to content
Paul edited this page Jul 3, 2013 · 2 revisions

To be able to use Burito, you need to install Beautiful Soup.
Beautiful Soup is a Python library which is able to extract/parse HTML/XML documents.

Steps to install :
Download the latest tar ball at this address

http://www.crummy.com/software/BeautifulSoup/bs4/download/4.0/

Then, extract the archive with this command :

tar -xvf beautifulsoup4-4.0.1.tar.gz
then, launch the install !
python setup.py install

Moreover, you need HTTPlib2 to make it work.
You can download the archive at this address

http://code.google.com/p/httplib2/downloads/list

then, launch the install !

python setup.py install


Happy burito, and don't hesitate to give your feedback :)

Clone this wiki locally