diff options
author | B Stack <bgstack15@gmail.com> | 2019-06-21 06:57:25 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-06-21 06:57:25 -0400 |
commit | fffe1afc85a4772a45496110da55c755779c0640 (patch) | |
tree | 13b68b240ee8c69b3e68f88e267fd353d041ea46 /logout-manager-tcl.py | |
parent | tcl: add backup icon themes, and full svg support (diff) | |
download | logout-manager-fffe1afc85a4772a45496110da55c755779c0640.tar.gz logout-manager-fffe1afc85a4772a45496110da55c755779c0640.tar.bz2 logout-manager-fffe1afc85a4772a45496110da55c755779c0640.zip |
update commeents and dependencies list
Diffstat (limited to 'logout-manager-tcl.py')
-rwxr-xr-x | logout-manager-tcl.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/logout-manager-tcl.py b/logout-manager-tcl.py index 8daf66d..8c4bc6a 100755 --- a/logout-manager-tcl.py +++ b/logout-manager-tcl.py @@ -22,10 +22,8 @@ # tooltips https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter/41381685#41381685 # Improve: # Dependencies: -# package: RPM | DPKG -# tkinter: python36-tkinter | python3-tk -# PIL: python36-pillow-tk | python3-pil.imagetk -# pip3 install cairosvg +# devuan: python3-tk python3-pil.imagetk python3-cairosvg +# el7: python36-tkinter python36-pillow-tk ( pip3 install cairosvg ) import glob, re import tkinter as tk |