Installation notes

This commit is contained in:
Alberto Macrì 2023-07-24 15:24:59 +02:00
parent 6d8eeb956b
commit 22b6f4482b
2 changed files with 10 additions and 2 deletions

View file

@ -1,7 +1,15 @@
# epson_print_conf
Epson Printer Configuration accessed via SNMP (TCP/IP)
Usage:
## Installation
```
git clone https://github.com/Ircama/epson_print_conf
pip3 install easysnmp
cd epson_print_conf
```
## Usage
```
usage: epson_print_conf.py [-h] -m MODEL -a HOSTNAME [-i] [--reset_waste_ink] [--brute-force-read-key] [-d]

View file

@ -6,7 +6,7 @@ import itertools
import re
from typing import Any
import datetime
import easysnmp
import easysnmp # pip3 install easysnmp
class EpsonPrinter: