Last active
February 20, 2017 15:51
-
-
Save yellow-sky/fcfc17d90b64913607ba2ac42b22f810 to your computer and use it in GitHub Desktop.
SETUP PYTHON SSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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