Skip to content

Commit a90f7de

Browse files
committed
some help for get https url warning
1 parent 8530dcd commit a90f7de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

py2015/try_requests.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
'''
44
just try a lib for http request.
55
# pip install requests
6+
7+
To void an 'InsecurePlatformWarning':
8+
You only need to install the security package extras.
9+
$ pip install requests[security]
10+
or, install them directly:
11+
$ pip install pyopenssl ndg-httpsclient pyasn1
612
'''
713

814
import requests

0 commit comments

Comments
 (0)