update usage
This commit is contained in:
parent
3ecc980fb1
commit
527311df59
@ -1,13 +1,14 @@
|
||||
## Apple Splash Screen Maker
|
||||
# Apple Splash Screen Maker
|
||||
|
||||
![](https://img.shields.io/pypi/v/assm?style=for-the-badge) ![](https://img.shields.io/pypi/l/assm?style=for-the-badge) ![](https://img.shields.io/github/languages/code-size/emilecok/assm?style=for-the-badge)
|
||||
|
||||
## Usage and Examples
|
||||
Install package
|
||||
1. Install package
|
||||
``` sh
|
||||
pip install assm
|
||||
```
|
||||
|
||||
2. Place `logo.png` and run script in this directory
|
||||
Usage
|
||||
``` sh
|
||||
python3 -m assm
|
||||
|
@ -7,7 +7,7 @@ module = "assm"
|
||||
author = "Alexander Popov"
|
||||
author-email = "iiiypuk@iiiypuk.me"
|
||||
home-page = "https://github.com/emilecok/assm"
|
||||
requires = ["Pillow==8.3.1" ]
|
||||
requires = [ "Pillow==8.3.1" ]
|
||||
description-file = "README.md"
|
||||
classifiers = [
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
Loading…
Reference in New Issue
Block a user