Zine

open source content publishing system


Changeset 1375:01b77c91b28e for INSTALL


Ignore:
Timestamp:
06/18/10 19:48:01 (2 years ago)
Author:
mitsuhiko
Branch:
default
Parents:
1374:9dd8173575da (diff), 1346:86dc84e7c111 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r1370 r1375  
    55installed: 
    66 
    7 - Python 2.5 or higher 
    8 - Werkzeug 0.5.1* 
     7- Python* 2.4 or higher 
     8- Werkzeug* 0.6 or higher 
    99- Jinja2* 
    1010- A database (MySQL, SQLite or PostgreSQL and others are supported) 
    11 - SQLAlchemy 0.5 [revision>=5491] or higher* 
     11- SQLAlchemy* 0.6 or higher 
     12- sqlalchemy-migrate* 0.6 or higher 
    1213- simplejson* [included in Python 2.6 and higher] 
    1314- html5lib* 
     
    2122If you might use easy_install:: 
    2223 
    23     $ easy_install Werkzeug Jinja2 MySQL-python SQLAlchemy simplejson pytz Babel lxml html5lib 
     24    $ easy_install Werkzeug Jinja2 MySQL-python SQLAlchemy simplejson \ 
     25      pytz Babel lxml html5lib sqlalchemy-migrate 
    2426 
    2527To install lxml you may need the development packages of libxml2 and libxslt 
Note: See TracChangeset for help on using the changeset viewer.