docs: update README.md

This commit is contained in:
Relakkes 2024-08-17 22:47:21 +08:00
parent ab3e8dcc9c
commit d39f862f85
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
cd MediaCrawler
# 创建虚拟环境
# 注意python 版本需要3.7 - 3.9 高于该版本可能会出现一些依赖包兼容问题
# 我的python版本是3.9.6requirements.txt中的库是基于这个版本的如果是其他python版本可能requirements.txt中的库不兼容自行解决一下。
python -m venv venv
# macos & linux 激活虚拟环境