|
Revision 1140, 320 bytes
(checked in by paul, 3 years ago)
|
Small cleanups of the various dabo text files in the root directory.
Removed LICENSE.TXT to follow with a symlink in the next commit.
|
| Line | |
|---|
| 1 |
Dabo - Some brief installation notes. |
|---|
| 2 |
|
|---|
| 3 |
PREREQUISITES: |
|---|
| 4 |
+ Python (we recommend the latest, currently 2.4.x) |
|---|
| 5 |
+ MySQLdb (to run the demos) |
|---|
| 6 |
+ wxPython (we recommend the latest, currently 2.6.x) |
|---|
| 7 |
+ reportlab |
|---|
| 8 |
|
|---|
| 9 |
INSTALLATION: |
|---|
| 10 |
As root or administrator, execute the following shell command: |
|---|
| 11 |
python setup.py install |
|---|
| 12 |
|
|---|
| 13 |
That's it! |
|---|