|
Revision 67, 0.6 kB
(checked in by pantley2, 3 years ago)
|
IMBOT: README.txt updated with latest requirements
|
| Line | |
|---|
| 1 |
There are several prerequisites you will need to install before the bot will run: |
|---|
| 2 |
* Python 2.5 (2.6.1 should work too, but we can't guarantee the following modules all support it yet) |
|---|
| 3 |
* NetworkX 0.99 (graphs) |
|---|
| 4 |
* numpy (required by NetworkX |
|---|
| 5 |
* Matplotlib (drawing the graphs to the screen) |
|---|
| 6 |
* PyYAML (saving data to text files) |
|---|
| 7 |
* mechanize (downloading webpages) |
|---|
| 8 |
* BeautifulSoup (parsing webpages) |
|---|
| 9 |
|
|---|
| 10 |
We use MontyLingua for some NLP, but you don't need to download it, since |
|---|
| 11 |
its files are already included in the MontyLingua/python directory. |
|---|