We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd82da commit 969e1d8Copy full SHA for 969e1d8
README.md
@@ -27,6 +27,8 @@ Install
27
2. `cd FileSensor`
28
3. `pip3 install -r requirement.txt`
29
30
+* [Scrapy official installation guide](http://scrapy.readthedocs.io/en/latest/intro/install.html)
31
+
32
Usage
33
-----
34
```
requirements.txt
@@ -1,2 +1,8 @@
1
scrapy
2
docopt
3
+twisted
4
+lxml
5
+parsel
6
+w3lib
7
+cryptography
8
+pyopenssl
0 commit comments