Math4Team/RIT/Projects/Question Support API: Difference between revisions

Bbl5660 (talk | contribs)
Bbl5660 (talk | contribs)
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 that will be required / Installing them from the terminal====
====Dependencies====
<!-- Development for Linux / Python / Sugar Newbies! -->
<!-- Development for Linux / Python / Sugar Newbies! -->
* sudo apt-get install python-setuptools
* The following are required by the Question Support API.
* sudo easy_install pyparsing
~~python-setuptools
* sudo easy_install peak-rules
~~pyparsing
* sudo easy_install sqlalchemy
~~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===