From 4f25c42dab88e9562bfc91bc55562c46e9784efd Mon Sep 17 00:00:00 2001 From: Victor Westerlund <35688133+VictorWesterlund@users.noreply.github.com> Date: Mon, 23 Nov 2020 10:57:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1522eed..4fc30a7 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Lightweight Pillow Python-script to create and scale sprite sheets from PNGs in ## Get started / Basic usage 1. Download and install [Python 3](https://www.python.org/downloads/) for your architecture -2. Download and install [Pillow](https://pypi.org/project/Pillow/) for Python 3 with `pip3` +2. Install the latest version of PySheeter with [`pip3`](https://pypi.org/project/pysheeter-VicW/) ```bash -$ pip3 install Pillow +$ pip3 install pysheeter-VicW ``` ### Sprite sheet from folder 1. Import `Sheet` from `pysheeter`