73 | | * install '''espeak''' to enable text to speach |
| 73 | * install '''espeak''' to enable text to speach |
| 74 | |
| 75 | === Cutting edge tarball === |
| 76 | there is also a [https://github.com/M4rtinK/modrana/tarball/master cutting edge tarball], generated automatically from the modRana Git repository. |
| 77 | |
| 78 | You can download, extract modRana like this: |
| 79 | |
| 80 | {{{ |
| 81 | wget https://github.com/M4rtinK/modrana/tarball/master -O modrana.tar.gz |
| 82 | tar -xvf modrana.tar.gz |
| 83 | }}} |
| 84 | |
| 85 | Then ''cd'' into the M4rtinK-modrana-''tag'' directory and run modRana: |
| 86 | {{{ |
| 87 | python modrana.py |
| 88 | }}} |
| 89 | |
| 90 | To see more options, see the modRana CLI help: |
| 91 | |
| 92 | {{{ |
| 93 | python modrana.py --help |
| 94 | }}} |