Skip to content

Commit 969e1d8

Browse files
committed
add scrapy installing guide
1 parent 8dd82da commit 969e1d8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Install
2727
2. `cd FileSensor`
2828
3. `pip3 install -r requirement.txt`
2929

30+
* [Scrapy official installation guide](http://scrapy.readthedocs.io/en/latest/intro/install.html)
31+
3032
Usage
3133
-----
3234
```

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
scrapy
22
docopt
3+
twisted
4+
lxml
5+
parsel
6+
w3lib
7+
cryptography
8+
pyopenssl

0 commit comments

Comments
 (0)