Update README.md

This commit is contained in:
binary-husky 2023-04-27 20:30:03 +08:00 committed by GitHub
parent 8c16cda3e8
commit 86b654d6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ cd chatgpt_academic
3. 安装依赖
```sh
# 选择I: 如熟悉python推荐
# 选择I: 如熟悉pythonpython版本3.9以上,越新越好)
python -m pip install -r requirements.txt
# 备注使用官方pip源或者阿里pip源其他pip源如一些大学的pip有可能出问题临时换源方法python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/