Add note about Python HTTPS warning

This commit is contained in:
Zeke Sikelianos 2016-10-20 11:29:02 +09:00 committed by GitHub
parent b0fb0c6492
commit 88b288502a

View file

@ -85,6 +85,8 @@ This script will download the binaries and generate the node headers and the .li
npm run release
```
Note: Many distributions of Python still ship with old HTTPS certificates. You may see a `InsecureRequestWarning`, but it can be disregarded.
## Delete the temporary branch
```sh