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/) 进行图片压缩。 当然,使用自己熟悉的图片优化压缩引擎是一样的。 ### 自动安装脚本