changeset 212:800db401585e

fixed INSTALL instructions
author Goffi <goffi@goffi.org>
date Mon, 27 Dec 2010 15:12:39 +0100
parents 537a68e92262
children 5c420b1f1df4
files INSTALL
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Mon Dec 20 01:07:34 2010 +1100
+++ b/INSTALL	Mon Dec 27 15:12:39 2010 +0100
@@ -9,7 +9,9 @@
 - twisted (http://twistedmatrix.com/trac/) which is found in most distributions, at least core, web and words must be installed
 - progressbar (http://pypi.python.org/pypi/progressbar/2.2) which can be installed with easy_install
 - 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 (www.wxwidgets.org) which is found in most distributions. The more recent the version is, the better.
+- 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
 
 ** PATHS:
 
@@ -27,12 +29,12 @@
 Here are the instructions for the distribution I use (Kubuntu Karmic Koala), but instructions for other Gnu/Linux distributions must be really close.
 To install SàT on a *buntu distribution, you first need to install dependencies:
 
-> sudo aptitude install python-twisted python-twisted-core python-twisted-web python-twisted-word python-wxgtk2.8
+> sudo aptitude install python-twisted python-twisted-core python-twisted-web python-twisted-words python-wxgtk2.8
 
 You maybe need an updated repository for wxPython, take a look at http://wiki.wxpython.org/InstallingOnUbuntuOrDebian for more informations.
 
-progressbar can be installed with easy_install:
-> sudo easy_install progressbar
+ProgressBar and BeautifulSoup and Urwid can be installed with easy_install, or throught apt:
+> sudo aptitude install python-progressbar python-beautifulsoup python-urwid
 
 Wokkel is a bit more complicated to install as we need to merge two branches: