Document installation of scrapy via pip

requirements.txt files was dropped with I22c018149b2eefde6ca5c38c22ac06886fe9a7a8.

Change-Id: I8a3219e2a2ac5fb34172225d3322ea13e21da80d
This commit is contained in:
Christian Berendt 2017-07-03 17:27:00 +02:00
parent c3bf1aa507
commit 9c10de3687
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: