From 22b6f4482b7b09a7cca9296017b082d208c8767c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Macr=C3=AC?= Date: Mon, 24 Jul 2023 15:24:59 +0200 Subject: [PATCH] Installation notes --- README.md | 10 +++++++++- epson_print_conf.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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: