Created
December 26, 2015 04:21
-
-
Save raphaelfruneaux/be9fd2051b52cdbffcd6 to your computer and use it in GitHub Desktop.
Install Scrapy in a recently created Vagrant VM using the box precise32/precise64
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
sudo apt-get update | |
sudo apt-get install -y libffi-dev python-dev python-pip libxml2-dev libxslt-dev | |
sudo pip install Scrapy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment