Math4Team/RIT/Projects/Question Support API: Difference between revisions
| Line 31: | Line 31: | ||
** http://forums.aptana.com/viewtopic.php?f=37&t=7147&p=32918&hilit=ubuntu#p32918 | ** http://forums.aptana.com/viewtopic.php?f=37&t=7147&p=32918&hilit=ubuntu#p32918 | ||
====Dependencies | ====Dependencies==== | ||
<!-- Development for Linux / Python / Sugar Newbies! --> | <!-- Development for Linux / Python / Sugar Newbies! --> | ||
* | * The following are required by the Question Support API. | ||
~~python-setuptools | |||
~~pyparsing | |||
~~peak-rules | |||
~~sqlalchemy | |||
* You can install these via a linux terminal in this manner: | |||
~~ sudo apt-get install python-setuptools | |||
~~ sudo easy_install pyparsing | |||
~~ sudo easy_install peak-rules | |||
~~ sudo easy_install sqlalchemy | |||
===Motivation=== | ===Motivation=== | ||