From 6c056d5d7ee390bf7409088147e357ae16d8b1e1 Mon Sep 17 00:00:00 2001 From: Fqlox <33659731+Fqlox@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:58:45 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 701f532..a77c89b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # sprite-generator Sprite generator from a directory of images, similar to [GlueIT](https://github.com/Kavex/GlueIT). -Run on OSX but can be build into other platforms +Run on OSX but can be build into other platforms. You can find a build in the dist directory. Made in python -## Requirement +## Requirements ``` python 3.7 @@ -14,3 +14,14 @@ Pillow 9.4 tkinterdnd2 0.3 pyinstaller 5.7 if you want to build ``` + +## Build command + +With pyinstaller installed in your python environnement, you can build with: + +``` +pyinstaller -F -w main.py --additional-hooks-dir=. --icon=logo/logo.png +``` + + +