Update README.md

This commit is contained in:
Victor Westerlund 2020-11-23 10:57:39 +01:00 committed by GitHub
parent 80086dcc22
commit 4f25c42dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`