Created
April 4, 2017 20:04
-
-
Save jacksonpradolima/a7de2799142c442021a55a71bf5fcacb to your computer and use it in GitHub Desktop.
# Installation of commonly used python scipy tools
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
# Installation of commonly used python scipy tools | |
sudo apt-get -y install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose python-geopy python-seaborn | |
sudo apt-get install python-pip python-dev build-essential | |
sudo pip install --upgrade pip | |
sudo python -m pip install folium | |
sudo python -m pip install scikit-learn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment