⇤ ← Revision 1 as of 2013-08-16 13:16:29
Size: 371
Comment:
|
Size: 512
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
== Install from source on Slackware== | == Install from source on Slackware == |
Line 12: | Line 12: |
== Eclipse - pydev == * Window * Preferences * pydev * interpreter - python * Forced builtins * new * pymongo * apply Ok |
pymongo
PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python
http://api.mongodb.org/python/current/
Install from source on Slackware
- cd /tmp
- git clone git://github.com/mongodb/mongo-python-driver.git pymongo
- cd pymongo/
- su
- python setup.py install
Eclipse - pydev
- Window
- Preferences
- pydev
- interpreter - python
- Forced builtins
- new
- pymongo
- apply Ok