From b4a04af2b49b4764fd555d0b78f169aaacf9d38c Mon Sep 17 00:00:00 2001 From: Sidney Zhang Date: Mon, 20 Apr 2026 17:02:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E5=B9=B6=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07b4a0b..229a7ae 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ ## 安装 +使用uv进行基本安装和工具设置。必要工具,推荐使用scoop进行安装。 + ### 安装 uv ```bash @@ -21,7 +23,8 @@ scoop install uv ### 安装 pptopic ```bash -uv pip install -e . +$ cd pptopic +$ uv pip install -e . ``` ## 使用 @@ -63,7 +66,7 @@ pptopic optimize image.png --max-height 20000 --engine pngquant ## 图片优化 -推荐使用 [pngquant](https://pngquant.org/) 进行图片压缩。 +为了获得最佳的图片压缩效果,推荐使用 [pngquant](https://pngquant.org/) 进行图片压缩。 当然,使用自己熟悉的图片优化压缩引擎是一样的。 ### 自动安装脚本