Thursday, October 7, 2021

[Python] Bypass SSL issues with pip

 Install packages over SSL:

pip install selenium --trusted-host pypi.org --trusted-host files.pythonhosted.org


--Change package name with the on of your choice.

No comments:

Post a Comment