Skip to content

Instantly share code, notes, and snippets.

@pawneetdev
Last active July 12, 2016 11:06
Show Gist options
  • Save pawneetdev/6af3d7149dac830218b33b726d7719b8 to your computer and use it in GitHub Desktop.
Save pawneetdev/6af3d7149dac830218b33b726d7719b8 to your computer and use it in GitHub Desktop.
Installing scrapy and scrapyd
1.) wget https://bootstrap.pypa.io/get-pip.py
2.) sudo python get-pip.py
3.) sudo apt-get update
3.) sudo apt-get install build-essential libssl-dev libffi-dev python-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libpq-dev python-dev
4.) sudo pip install Scrapy
5.) sudo pip install scrapyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment