Last active
December 31, 2015 09:06
-
-
Save bcchenbc/c3e767613562ccade87c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 | |
echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list | |
sudo apt-get update | |
sudo apt-get install -y python3-pip | |
sudo apt-get install -y mongodb-org | |
sudo apt-get install -y nodejs nodejs-legacy | |
sudo pip3 install mysqlclient dataset | |
sudo pip3 install pymongo | |
sudo pip3 install twitter birdy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment