From 527311df598d332943b6dadb2b34cdd1b64bc37f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 21 Jul 2021 23:40:40 +0300 Subject: [PATCH] update usage --- README.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46a4985..454974c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d35c100..554c3a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",