Merge "Document installation of scrapy via pip"

This commit is contained in:
Jenkins 2017-07-31 14:05:13 +00:00 committed by Gerrit Code Review
commit f1aeebc81f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ recommended.
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ pip install Scrapy
When using pip, you may also need to install some development packages. For
example, on Ubuntu 16.04 install the following packages: