From a384a3aad5192c607a0ebcea13d4a62972c8122d Mon Sep 17 00:00:00 2001 From: j Date: Thu, 28 Jan 2016 00:52:55 +0530 Subject: [PATCH] also works with python3.5 --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 21a4cd5..ac99db5 100755 --- a/install +++ b/install @@ -48,7 +48,7 @@ class Install(Thread): from PIL import Image import lxml except: - apt_packages += ' python3.4 python3-pil python3-lxml' + apt_packages += ' python3 python3-pil python3-lxml' dnf_packages += ' python3-pillow python3-lxml' try: import gi