From 9371df11c32e8d5ea3d09687599d168859293045 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Wed, 27 Dec 2017 10:39:51 +1000 Subject: [PATCH] Add requirements, closes #2 --- README.md | 6 +++++- requirements.txt | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index c91e5c0..a51e070 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # ifstools Extractor for Konmai IFS files. -Requires [kbinxml](https://github.com/mon/kbinxml/). +## Install +`pip install -r requirements.txt` + +## Usage +`python ifstools.py [filename]` Features: - Converts all textures to png without requiring a second program diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0fa99ed --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +lxml +tqdm +pillow +git+https://github.com/mon/kbinxml.git \ No newline at end of file