Created
August 3, 2015 23:19
-
-
Save mayrund/f3830034f7b301860996 to your computer and use it in GitHub Desktop.
scrapy-redis
This file contains 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
virtualenv --distribute venv | |
source venv/bin/activate | |
pip install scrapy-redis | |
git clone https://github.com/darkrho/scrapy-redis.git | |
cd scrapy-redis | |
python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment