Skip to content

Instantly share code, notes, and snippets.

@fabienvauchelles
Created March 31, 2016 20:19
Show Gist options
  • Save fabienvauchelles/80cd429b05221c038422e012c473f13a to your computer and use it in GitHub Desktop.
Save fabienvauchelles/80cd429b05221c038422e012c473f13a to your computer and use it in GitHub Desktop.
#!/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