| OLD | NEW |
| 1 # Prerequisites | 1 # Prerequisites |
| 2 * A Mac running OS X 10.6 ("Snow Leopard") or Linux (tested with Ubuntu | 2 * A Mac running OS X 10.6 ("Snow Leopard") or Linux (tested with Ubuntu |
| 3 Lucid). Support for Windows is still experimental | 3 Lucid). Support for Windows is still experimental |
| 4 * [Python 2.6](http://www.python.org/download/releases/2.6.6/) | 4 * [Python 2.6](http://www.python.org/download/releases/2.6.6/) |
| 5 | 5 |
| 6 # Install | 6 # Install |
| 7 Only do this the first time. | 7 Only do this the first time. |
| 8 | 8 |
| 9 1. Open the Terminal application and download the source. | 9 1. Open the Terminal application and download the source. |
| 10 ``` | 10 ``` |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 ``` | 160 ``` |
| 161 | 161 |
| 162 # Help | 162 # Help |
| 163 | 163 |
| 164 For full usage instructions and advanced options, see the program's | 164 For full usage instructions and advanced options, see the program's |
| 165 help. | 165 help. |
| 166 | 166 |
| 167 ``` | 167 ``` |
| 168 $ ./replay.py --help | 168 $ ./replay.py --help |
| 169 ``` | 169 ``` |
| OLD | NEW |