Math4Team/RIT/Projects/Question Support API: Difference between revisions
| Line 33: | Line 33: | ||
====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 apt-get install python-setuptools | ||
sudo easy_install pyparsing | sudo easy_install pyparsing | ||
| Line 45: | Line 45: | ||
sudo easy_install sqlalchemy | sudo easy_install sqlalchemy | ||
;Exception: When developing on a Fedora based distro, you'll need to install python-setuptools-devel for easy_install | |||
===Motivation=== | ===Motivation=== | ||