From 3d489f9af84d40fc02fc38a95160ad6a3e70d65c Mon Sep 17 00:00:00 2001 From: ZtRXR Date: Sat, 4 May 2024 01:29:19 +0800 Subject: [PATCH] update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index dac6203..ea95779 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # webp_to_png_gui +## How to build it? +> the pip package showed be installed "poetry" + +```bash +git clone https://git.zziyu.cn/Zengtudor/webp_to_png_gui.git + +cd webp_to_png_gui + +poetry install + +poetry build +``` \ No newline at end of file