~stefanor/ibid/ibid-plugin-authenticate

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Tarmac
  • Author(s): Stefano Rivera
  • Date: 2011-02-20 18:31:09 UTC
  • mfrom: (1001.1.1 nopysqlite)
  • Revision ID: ibid-lp-lander@rivera.za.net-20110220183109-pw9a0ltn8eoiixm5
pysqlite is only necessary on ancient Pythons
Author: Stefano Rivera
Merge Request: http://code.launchpad.net/~stefanor/ibid/nopysqlite/+merge/47320
Approved by: marcog, Jonathan Hitchcock, Max Rabkin
Fixes LP: #708302

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
# aptitude install python-beautifulsoup \
26
26
        python-dateutil python-dnspython python-feedparser \
27
27
        python-html2text python-html5lib python-imdbpy \
28
 
        python-jinja python-silc python-pysqlite2 \
29
 
        python-setuptools python-simplejson python-soappy \
30
 
        python-sqlalchemy python-twisted python-wokkel
 
28
        python-jinja python-silc python-setuptools \
 
29
        python-simplejson python-soappy python-sqlalchemy \
 
30
        python-twisted python-wokkel
31
31
 
32
32
Install into a virtualenv or your system:
33
33
$ ./setup.py install --no-dependencies