From ace25d214d9367ece57544b7294886f2712137aa Mon Sep 17 00:00:00 2001 From: Fincer Date: Mon, 8 Apr 2019 01:19:12 +0300 Subject: [PATCH] README: Add requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 535eec1..632ccb4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Simple JPEG2000 GML data parser / extractor, _without additional tools such as G ## Requirements +- Python 3 (Arch Linux: `python`) + +- Python 3 [XML-to-dict](https://github.com/martinblech/xmltodict) (Arch Linux: `python-lxml`) + ## Usage File: [gmlparser.py](data/gmlparser.py)