webp_to_png_gui/README.md

14 lines
210 B
Markdown
Raw Normal View History

2024-05-03 17:11:20 +00:00
# webp_to_png_gui
2024-05-03 17:29:19 +00:00
## How to build it?
2024-05-03 17:30:20 +00:00
> the pip package "poetry" should be installed
2024-05-03 17:29:19 +00:00
```bash
git clone https://git.zziyu.cn/Zengtudor/webp_to_png_gui.git
cd webp_to_png_gui
poetry install
poetry build
```