Last active
July 5, 2016 11:22
-
-
Save vetional/fabd2512cb37a854cef5f1f885e4feb6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| # setup python dev | |
| sudo apt-get install build-essential git make libncurses-dev zip libfreetype6-dev libxft-dev python-pip python-dev python-virtualenv libssl-dev libffi-dev python-matplotlib | |
| wget http://repo.continuum.io/archive/Anaconda2-4.1.0-Linux-x86_64.sh | |
| bash ~/Anaconda3-4.0.0-Linux-x86_64.sh | |
| echo "boto==2.39.0 | |
| cffi==1.6.0 | |
| crcmod==1.7 | |
| cryptography==1.4 | |
| cycler==0.10.0 | |
| enum34==1.1.6 | |
| gcloud==0.15.0 | |
| gcs-oauth2-boto-plugin==1.12 | |
| google-apitools==0.5.2 | |
| googleapis-common-protos==1.1.0 | |
| gsutil==4.19 | |
| httplib2==0.9.2 | |
| idna==2.1 | |
| ipaddress==1.0.16 | |
| matplotlib==1.5.1 | |
| numpy==1.11.0 | |
| oauth2client==2.1.0 | |
| pandas==0.18.1 | |
| protobuf==3.0.0b3 | |
| pyasn1==0.1.9 | |
| pyasn1-modules==0.0.8 | |
| pycparser==2.14 | |
| pyOpenSSL==16.0.0 | |
| pyparsing==2.1.1 | |
| python-dateutil==2.5.3 | |
| python-gflags==3.0.5 | |
| pytz==2016.4 | |
| retry-decorator==1.0.0 | |
| rsa==3.4.2 | |
| scikit-learn==0.17.1 | |
| scipy==0.17.0 | |
| seaborn==0.7.0 | |
| six==1.10.0 | |
| SocksiPy-branch==1.1" >> ~/requirements.txt | |
| sudo pip install -r ~/requirements.txt | |
| sudo pip install -U nltk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment