MongoDB Python driver PyMongo Linux installation
First two setps below install Distribute. You can skip them if you have Distribute already installed.
- curl -O http://python-distribute.org/distribute_setup.py
- python distribute_setup.py
- easy_install pymongo
To upgrade do: easy_install -U pymongo
For more info see PyMongo page.