Created
May 20, 2017 02:20
-
-
Save aitoehigie/76722087e9d5edc529fc15488f27d456 to your computer and use it in GitHub Desktop.
scrapy code
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
mkdir nairalandapi | |
cd nairalandapi | |
virtualenv 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