This commit is contained in:
j 2016-01-16 17:35:17 +05:30
parent 82e944ee5a
commit bceb2ccbe1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Install(Thread):
from OpenSSL.SSL import TLSv1_2_METHOD
except:
print("To run Open Media Library on versions of Ubuntu before 15.10 you need to manually update pyOpenSSL")
print("To install the current version of pyOpenSSL:\n\tsudo apt-get install python3-pip python3-dev libffi-dev libssl-dev\n\tsudo pip3 install pyOpenSSL")
print("To install the current version of pyOpenSSL:\n\tsudo apt-get install python3-pip python3-dev libffi-dev libssl-dev\n\tsudo pip3 install -U pyOpenSSL")
self.failed = True
return
apt_packages = ''