Skip to content

Instantly share code, notes, and snippets.

@code-for-coffee
Last active October 4, 2016 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code-for-coffee/7d394ce0e34f0cea90185f14903feef7 to your computer and use it in GitHub Desktop.
Save code-for-coffee/7d394ce0e34f0cea90185f14903feef7 to your computer and use it in GitHub Desktop.
Python Awesomeness
#install python 2.7.x
apt-get install python
#install pip
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
# install beautiful soup
pip install beautifulsoup4
pip install robobrowser
pip install scrapy
#install python 2.7.x
brew install python --universal --framework
#install pip
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
# install beautiful soup
pip install beautifulsoup4
# install anaconda - from online
# restart terminal
jupyter notebook
pip install robobrowser
pip install scrapy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment