also works with python3.5
This commit is contained in:
parent
27943bf1a5
commit
a384a3aad5
1 changed files with 1 additions and 1 deletions
2
install
2
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
|
||||
|
|
Loading…
Reference in a new issue