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

Bbl5660 (talk | contribs)
Bbl5660 (talk | contribs)
Line 34: Line 34:
<!-- Development for Linux / Python / Sugar Newbies! -->
<!-- Development for Linux / Python / Sugar Newbies! -->
* The following are required by the Question Support API.
* The following are required by the Question Support API.
        python-setuptools
    python-setuptools
        pyparsing
    pyparsing
        peak-rules
    peak-rules
        sqlalchemy
    sqlalchemy


* You can install these via a linux terminal in this manner:
* You can install these via a linux terminal in this manner:
Line 44: Line 44:
         sudo easy_install peak-rules
         sudo easy_install peak-rules
         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===