To use SecureMongoEngine you need MongoEngine and pyCrypto.
SecureMongoEngine is available on PyPI, so to use it you can use pip:
pip install securemongoengine
If you have a Mac, you can also use easy_install:
easy_install securemongoengine
Alternatively, if you don’t have setuptools installed, download it from PyPi and run:
python setup.py install
There was an error while loading. Please reload this page.