mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-25 12:34:34 -04:00
Installation notes
This commit is contained in:
parent
6d8eeb956b
commit
22b6f4482b
2 changed files with 10 additions and 2 deletions
10
README.md
10
README.md
|
@ -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]
|
||||
|
|
|
@ -6,7 +6,7 @@ import itertools
|
|||
import re
|
||||
from typing import Any
|
||||
import datetime
|
||||
import easysnmp
|
||||
import easysnmp # pip3 install easysnmp
|
||||
|
||||
|
||||
class EpsonPrinter:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue