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

Bbl5660 (talk | contribs)
No edit summary
Bbl5660 (talk | contribs)
No edit summary
Line 23: Line 23:
** http://docs.python.org/
** http://docs.python.org/


* Dependencies that are required now, and going forward are
===Dependencies that will be required / Installing them from the terminal===
SQLAlchemy  http://www.sqlalchemy.org/docs/04/ormtutorial.html
 
 
<!-- Development for Linux / Python / Sugar Newbies! -->
<!-- Development for Linux / Python / Sugar Newbies! -->
*** sudo apt-get install python-setuptools
* sudo apt-get install python-setuptools
*** sudo easy_install pyparsing
* sudo easy_install pyparsing
*** sudo easy_install peak-rules
* sudo easy_install peak-rules
*** sudo easy_install sqlalchemy
* sudo easy_install sqlalchemy
**** See here: http://www.sqlalchemy.org/docs/04/ormtutorial.html


** Question Authoring guidelines
** Question Authoring guidelines