Skip to content

Instantly share code, notes, and snippets.

@vijayanandrp
Last active November 23, 2017 14:39
Show Gist options
  • Save vijayanandrp/903a3ca55b64bc9169e70b89cbe4028f to your computer and use it in GitHub Desktop.
Save vijayanandrp/903a3ca55b64bc9169e70b89cbe4028f to your computer and use it in GitHub Desktop.

PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python. Enter the following commands in command prompt to install it.

pip3.5 install pymongo

or

pip install pymongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment