UI refinements

This commit is contained in:
Ircama
2024-07-27 16:36:43 +02:00
parent eac2b41375
commit 6c5a631d97
4 changed files with 151 additions and 26 deletions

View File

@@ -36,9 +36,14 @@ git clone https://github.com/Ircama/epson_print_conf
pip3 install pyyaml
pip3 install pyasn1==0.4.8
pip3 install git+https://github.com/etingof/pysnmp.git
pip3 install tkcalendar
pip3 install pyperclip
cd epson_print_conf
```
With Python 12, also: `pip3 install pyasyncore`.
Notes (at the time of writing):
- [before pysnmp, install pyasn1 with version 0.4.8 and not 0.5](https://github.com/etingof/pysnmp/issues/440#issuecomment-1544341598)