diff INSTALL @ 548:8022cca26595

installation: removed BeautifulSoup from dependencies as it was only used by CS plugin which is now deprecated
author Goffi <goffi@goffi.org>
date Wed, 14 Nov 2012 21:47:56 +0100
parents 094050fe461e
children 952322b1d490
line wrap: on
line diff
--- a/INSTALL	Wed Nov 14 21:44:25 2012 +0100
+++ b/INSTALL	Wed Nov 14 21:47:56 2012 +0100
@@ -16,7 +16,6 @@
 - wokkel (http://wokkel.ik.nu/). /!\ the MUC branch (http://hg.ik.nu/ralphm/wokkel-muc-client-support-24-2) must be merged, please read instructions below
 - wxWidgets (http://www.wxwidgets.org) which is found in most distributions. The more recent the version is, the better.
 - urwid (http://excess.org/urwid/) which can be installed with easy_install
-- BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/) which can be installed with easy_install
 - Mutagen (http://code.google.com/p/mutagen/) which can be installed with easy_install
 
 ** PATHS:
@@ -39,8 +38,8 @@
 
 You maybe need an updated repository for wxPython, take a look at http://wiki.wxpython.org/InstallingOnUbuntuOrDebian for more informations.
 
-ProgressBar and BeautifulSoup and Urwid can be installed with easy_install, or throught apt:
-> sudo aptitude install python-progressbar python-beautifulsoup python-urwid
+ProgressBar and Urwid can be installed with easy_install, or throught apt:
+> sudo aptitude install python-progressbar python-urwid
 
 Wokkel is a bit more complicated to install as we need to merge two branches: