Skip to content

Commit ab8a12f

Browse files
committed
update README to mention that ttp.utils requires the Requests module
1 parent 9539c7c commit ab8a12f

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
@@ -40,7 +40,7 @@ You can also ask for the span tags to be returned for each entity:
4040
[('https://github.com/burnettedmond/', (57, 87))]
4141

4242

43-
To use the shortlink follower:
43+
To use the shortlink follower (depends on the [Requests](http://docs.python-requests.org/) library):
4444

4545
>>> from ttp import utils
4646
>>> # assume that result.urls == ['http://t.co/8o0z9BbEMu', u'http://bbc.in/16dClPF']

0 commit comments

Comments
 (0)