Pip to bypass St Pius X SSL Self Signed - Security Restriction Include in your PIP INSTALL a list of Trusted Host sites to download package from. This must be done > pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org pip setuptools --upgrade Option to install into pip.ini file:
[install] trusted-host = pypi.org files.pythonhosted.org
|
Python >
