mirror of
https://codeberg.org/vlw/pysheeter.git
synced 2025-09-14 03:33:40 +02:00
Update README.md
This commit is contained in:
parent
80086dcc22
commit
4f25c42dab
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ Lightweight Pillow Python-script to create and scale sprite sheets from PNGs in
|
||||||
|
|
||||||
## Get started / Basic usage
|
## Get started / Basic usage
|
||||||
1. Download and install [Python 3](https://www.python.org/downloads/) for your architecture
|
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
|
```bash
|
||||||
$ pip3 install Pillow
|
$ pip3 install pysheeter-VicW
|
||||||
```
|
```
|
||||||
### Sprite sheet from folder
|
### Sprite sheet from folder
|
||||||
1. Import `Sheet` from `pysheeter`
|
1. Import `Sheet` from `pysheeter`
|
||||||
|
|
Loading…
Add table
Reference in a new issue