Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Math4Team/RIT/Projects/Question Support API
(view source)
Revision as of 14:29, 18 May 2009
44 bytes added
,
14:29, 18 May 2009
→Dependencies
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:
−
~~
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
===Motivation===
===Motivation===
Bbl5660
71
edits