Last active
July 12, 2016 11:06
-
-
Save pawneetdev/6af3d7149dac830218b33b726d7719b8 to your computer and use it in GitHub Desktop.
Installing scrapy and scrapyd
This file contains hidden or 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
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