Created
July 1, 2018 23:50
-
-
Save jgc128/0abc24df99e52e9ff2ea8b0b2217673d 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
#!/bin/bash | |
sudo add-apt-repository -y ppa:deadsnakes/ppa | |
sudo apt-get update | |
sudo apt-get install -y python3.6 python3.6-dev python3.6-venv | |
python3.6 -m venv venv_smekh | |
. venv_smekh/bin/activate | |
pip install azure mrjob warcio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment