Skip to content

Instantly share code, notes, and snippets.

@Lazhari
Last active September 26, 2015 04:39
Show Gist options
  • Save Lazhari/7f4abfe44ced4ce9ee52 to your computer and use it in GitHub Desktop.
Save Lazhari/7f4abfe44ced4ce9ee52 to your computer and use it in GitHub Desktop.
If pip install scrapy don't work in ubuntu 15.04 try this command
$ sudo apt-get install python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev
$ pip install scrapy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment