chore(app): 优化可执行文件构建命令

This commit is contained in:
Quan
2026-01-31 16:52:42 +08:00
parent fcb58e3c44
commit 728f05b4bf
5 changed files with 10 additions and 10 deletions

View File

@@ -97,8 +97,7 @@
<li>Run the command <code>python .\main.py</code> or <code>python main.py</code> to start XHS-Downloader</li>
</ol>
<ol><b>Install project dependencies using uv (recommended)</b>
<li>Run the command <code>uv venv</code> to create a virtual environment</li>
<li>Run the command <code>uv sync</code> to synchronize environment dependencies</li>
<li>Run the command <code>uv sync --no-dev</code> to synchronize environment dependencies</li>
<li>Run the command <code>uv run main.py</code> to start XHS-Downloader</li>
</ol>
</ol>