Skip to content

Instantly share code, notes, and snippets.

@itsmuriuki
Created September 16, 2017 14:23
Show Gist options
  • Save itsmuriuki/98c86973d44237c5bc7f41084b59b61f to your computer and use it in GitHub Desktop.
Save itsmuriuki/98c86973d44237c5bc7f41084b59b61f to your computer and use it in GitHub Desktop.
Installing PyMongo for Python3 via pip3
#checking python version
python3 --version # should return 'Python 3.4.0'
sudo apt-get install python3-pip
sudo pip3 install pymongo #installing pymongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment