Changeset 245
- Timestamp:
- 02/19/08 19:54:04 (9 months ago)
- Files:
-
- cleverbox/trunk/docs/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cleverbox/trunk/docs/INSTALL
r203 r245 9 9 == Installation == 10 10 11 All operations should be performed as root. 11 '''All operations should be performed as root.''' 12 12 13 * Download sources : 13 === Source install === 14 15 * Grab the latest sources from project's svn repository : 14 16 {{{ 15 svn export http://www.clever-age.org/svn/cleverbox/t ags/0.417 svn export http://www.clever-age.org/svn/cleverbox/trunk 16 18 }}} 17 19 * Install sources : 18 You need either an access to internet or latest `setuptools` installed.19 20 {{{ 20 21 python setup.py install
