Added note about PIL and link to installation instructions.

This commit is contained in:
ExpandingDev 2019-10-12 05:35:29 +00:00
parent e831534bdb
commit 64703ce8a5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
This is a cross-platform Python 3 script that can convert *almost* any recent Minecraft resource pack into a MineClone2 texture pack.
## Requirements
The script requires Python 3 installed along with Image Magick version 7 or 6.
The script requires Python 3 installed along with Image Magick version 7 or 6.[ The Python Image Library (PIL) must be installed as well. ](https://pillow.readthedocs.io/en/stable/installation.html)
## Usage
python3 convert-mc-resource-pack.py [OPTIONS] INPUT-RESOURCE-PACK.zip [OUTPUT-NAME]