Skip to content

Instantly share code, notes, and snippets.

@stvnwlsn
Created March 22, 2013 13:04
Show Gist options
  • Save stvnwlsn/5221087 to your computer and use it in GitHub Desktop.
Save stvnwlsn/5221087 to your computer and use it in GitHub Desktop.
Install Scrapy in virtualenv
# Work in progress
# Need to test in virtualbox
sudo apt-get install libxml2-dev libxslt-dev
sudo apt-get install python-lxml
virtualenv --distribute venv
source venv/bin/activate
pip install scrapy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment