From e4482f1e9a101cdfccfddf2414a0fc4230616023 Mon Sep 17 00:00:00 2001 From: Luxferre <3335173-suborg@noreply.users.gitlab.com> Date: Tue, 28 Jul 2020 20:49:48 +0300 Subject: [PATCH] Updated dependency info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c2b52a..692894f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ MTreader is a simple and small (under 200 SLOC) Python-based utility that aims to serve a single goal: read chunks of flash memory from MediaTek MT6261-based feature phones. It can also read firmware version before creating the readback, and supports displaying some decimal error codes from the platform itself if anything goes wrong. No other features are supported or even planned here. +MTreader runs on Python 3.2 and above and only requires pySerial module as a dependency. + ## How to use it? ### Basic usage