docs: update README

This commit is contained in:
程序员阿江(Relakkes)
2025-11-22 08:20:09 +08:00
parent 13d2302c9c
commit 422cc92dd1
2 changed files with 65 additions and 43 deletions

View File

@@ -163,7 +163,7 @@ uv run main.py --help
cd MediaCrawler
# 创建虚拟环境
# 我的 python 版本是3.9.6requirements.txt 中的库是基于这个版本的
# 我的 python 版本是3.11 requirements.txt 中的库是基于这个版本的
# 如果是其他 python 版本,可能 requirements.txt 中的库不兼容,需自行解决
python -m venv venv