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.