Skip to content

Instantly share code, notes, and snippets.

@raphaelfruneaux
Created December 26, 2015 04:21
Show Gist options
  • Save raphaelfruneaux/be9fd2051b52cdbffcd6 to your computer and use it in GitHub Desktop.
Save raphaelfruneaux/be9fd2051b52cdbffcd6 to your computer and use it in GitHub Desktop.
Install Scrapy in a recently created Vagrant VM using the box precise32/precise64
sudo apt-get update
sudo apt-get install -y libffi-dev python-dev python-pip libxml2-dev libxslt-dev
sudo pip install Scrapy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment