Created
March 31, 2016 20:19
-
-
Save scrapoxy/80cd429b05221c038422e012c473f13a 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 | |
# Install pip | |
wget https://bootstrap.pypa.io/ez_setup.py -O - | python | |
easy_install pip | |
# Install dependencies | |
pact install libffi-devel libxml2-devel libxslt-devel | |
# Install Scrapy | |
pip install scrapy | |
# Install workshop | |
git clone https://github.com/fabienvauchelles/scraping-challenge-workshop.git | |
cd scraping-challenge-workshop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment