From 843883def42f603016b1e65790bdcef4b9de4124 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 15 May 2016 21:35:07 -0700 Subject: [PATCH] pyOpenSSL alternative steps --- Frequently-Asked-Questions-(FAQ).md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 5c5bae6..ed0b18d 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -232,6 +232,13 @@ TLS: checked pip install pyopenssl ``` +If that doesn't work: + +1. Download the latest version of pyOpenSSL [here](https://pypi.python.org/pypi/pyOpenSSL#downloads) (the source `.tar.gz` file) and save it to `C:\`. +2. Run `C:\Python27\Scripts\pip.exe install C:\pyOpenSSL-16.0.0.tar.gz` + +If you have installed Python into a different directory or saved pyOpenSSL to somewhere else, you have to modify the above command in step 2 accordingly. + #### Q: PlexPy keeps telling me "You're running an unknown version of PlexPy." **A:** You most likely forgot the following step when installing Git for Windows. Run the Git installer again, making sure you include the step below.