Changeset 1375:01b77c91b28e for INSTALL
- Timestamp:
- 06/18/10 19:48:01 (2 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r1370 r1375 5 5 installed: 6 6 7 - Python 2.5or higher8 - Werkzeug 0.5.1*7 - Python* 2.4 or higher 8 - Werkzeug* 0.6 or higher 9 9 - Jinja2* 10 10 - 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 12 13 - simplejson* [included in Python 2.6 and higher] 13 14 - html5lib* … … 21 22 If you might use easy_install:: 22 23 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 24 26 25 27 To install lxml you may need the development packages of libxml2 and libxslt
Note: See TracChangeset
for help on using the changeset viewer.