diff --git a/README.md b/README.md index be294db..1331f69 100644 --- a/README.md +++ b/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] diff --git a/epson_print_conf.py b/epson_print_conf.py index e822dd6..4c48e06 100644 --- a/epson_print_conf.py +++ b/epson_print_conf.py @@ -6,7 +6,7 @@ import itertools import re from typing import Any import datetime -import easysnmp +import easysnmp # pip3 install easysnmp class EpsonPrinter: