How to install OpenSSL for Python How to install OpenSSL for Python python python

How to install OpenSSL for Python


SSL development libraries have to be installed

CentOS:

$ yum install openssl-devel libffi-devel

Ubuntu:

$ apt-get install libssl-dev libffi-dev

OS X (with Homebrew installed):

$ brew install openssl