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 23c2db5 commit 905d0c6Copy full SHA for 905d0c6
README.md
@@ -20,6 +20,9 @@ pip install tldextract
20
pip install html5
21
pip install pandas
22
pip install tqdm
23
+pip install grequests
24
+pip install validators
25
+pip install tld
26
```
27
28
### keywords
@@ -55,3 +58,9 @@ their frequency and sorted.
55
58
56
59
./search.py -h
57
60
61
+
62
63
+#### Linux / MacOS / Windows Gotchas!
64
65
66
+https://stackoverflow.com/questions/19425857/env-python-r-no-such-file-or-directory
requirements.txt
@@ -13,3 +13,6 @@ webencodings==0.5.1
13
Whoosh==2.7.4
14
pandas==0.21.1
15
tqdm==4.19.5
16
+grequests=0.3.0
17
+validators=0.12.0
18
+tld==0.7.9
0 commit comments