Skip to content

Instantly share code, notes, and snippets.

@yellow-sky
Last active February 20, 2017 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yellow-sky/fcfc17d90b64913607ba2ac42b22f810 to your computer and use it in GitHub Desktop.
Save yellow-sky/fcfc17d90b64913607ba2ac42b22f810 to your computer and use it in GitHub Desktop.
SETUP PYTHON SSL
#FEDORA
$ sudo dnf install openssl-devel libffi-devel
env/bin/pip install cryptography
env/bin/pip install pyOpenSSL ndg-httpsclient pyasn1
# UBUNTU
$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev
env/bin/pip install cryptography
env/bin/pip install pyOpenSSL ndg-httpsclient pyasn1
theme
https://github.com/svetlyak40wt/mobile-balance/pull/5/commits/7dba1d1cb7a1a2a30c84bd279fb5796a4acbfbe1
# SENTRY:
Change transport for DSN or set it as config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment