Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@carloshs92
Created June 12, 2014 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carloshs92/893d5536a93c75146bd8 to your computer and use it in GitHub Desktop.
Save carloshs92/893d5536a93c75146bd8 to your computer and use it in GitHub Desktop.
Instalar Scrapy
Instalación
sudo apt-get install libxslt1-dev libxslt1.1 libxml2-dev libxml2 libssl-dev
aptitude install libxml2
aptitude install libxslt
aptitude install libxml2-dev
aptitude install libxslt-dev
aptitude install python-dev
aptitude install python-setuptools
easy_install lxml
sudo pip install scrapy
pip install service_identity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment