Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit a4da129

Browse files
authored
Specify exact version of Scrapy
Specify that Scrapy 1.8.0 needs to be installed and not 2.0.0 or newer. It will be included in the next patch.
1 parent bf09696 commit a4da129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These tools are designed for creating a SQLite file with [different kind of data
1111
## Requisites
1212
You can install all this packages with ```pip install -r requirements.txt``` or you can manually install them.
1313
**[Python ≥3.6](https://www.python.org/downloads/)** (preferably ≥3.7)
14-
**[Scrapy ≥1.6.0](https://scrapy.org/)** ```pip install scrapy```
14+
**[Scrapy 1.8.0](https://scrapy.org/)** ```pip install Scrapy==1.8.0```
1515
**[Tqdm ≥4.31.1](https://github.com/tqdm/tqdm)** ```pip install tqdm```
1616

1717
## Usage

0 commit comments

Comments
 (0)