Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
547:8b5e142354ca | 548:8022cca26595 |
---|---|
14 - twisted (http://twistedmatrix.com/trac/) which is found in most distributions, at least core, web and words must be installed | 14 - twisted (http://twistedmatrix.com/trac/) which is found in most distributions, at least core, web and words must be installed |
15 - progressbar (http://pypi.python.org/pypi/progressbar/2.2) which can be installed with easy_install | 15 - progressbar (http://pypi.python.org/pypi/progressbar/2.2) which can be installed with easy_install |
16 - 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 | 16 - 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 |
17 - wxWidgets (http://www.wxwidgets.org) which is found in most distributions. The more recent the version is, the better. | 17 - wxWidgets (http://www.wxwidgets.org) which is found in most distributions. The more recent the version is, the better. |
18 - urwid (http://excess.org/urwid/) which can be installed with easy_install | 18 - urwid (http://excess.org/urwid/) which can be installed with easy_install |
19 - BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/) which can be installed with easy_install | |
20 - Mutagen (http://code.google.com/p/mutagen/) which can be installed with easy_install | 19 - Mutagen (http://code.google.com/p/mutagen/) which can be installed with easy_install |
21 | 20 |
22 ** PATHS: | 21 ** PATHS: |
23 | 22 |
24 You must have the main dir (with sat inside) and frontend in your PYTHONPATH. For example, if you have uncompressed the soft in /tmp/useless_soft: | 23 You must have the main dir (with sat inside) and frontend in your PYTHONPATH. For example, if you have uncompressed the soft in /tmp/useless_soft: |
37 | 36 |
38 > sudo aptitude install python-twisted python-twisted-core python-twisted-web python-twisted-words python-wxgtk2.8 | 37 > sudo aptitude install python-twisted python-twisted-core python-twisted-web python-twisted-words python-wxgtk2.8 |
39 | 38 |
40 You maybe need an updated repository for wxPython, take a look at http://wiki.wxpython.org/InstallingOnUbuntuOrDebian for more informations. | 39 You maybe need an updated repository for wxPython, take a look at http://wiki.wxpython.org/InstallingOnUbuntuOrDebian for more informations. |
41 | 40 |
42 ProgressBar and BeautifulSoup and Urwid can be installed with easy_install, or throught apt: | 41 ProgressBar and Urwid can be installed with easy_install, or throught apt: |
43 > sudo aptitude install python-progressbar python-beautifulsoup python-urwid | 42 > sudo aptitude install python-progressbar python-urwid |
44 | 43 |
45 Wokkel is a bit more complicated to install as we need to merge two branches: | 44 Wokkel is a bit more complicated to install as we need to merge two branches: |
46 | 45 |
47 First be sure that mercurial is installed | 46 First be sure that mercurial is installed |
48 > sudo aptitude install mercurial | 47 > sudo aptitude install mercurial |