添加python版本说明

This commit is contained in:
binary-husky 2023-11-16 17:18:07 +08:00 committed by GitHub
parent c4aefc5fac
commit 75a84d3cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
> **Note**
>
> 2023.11.12: 紧急修复了endpoint异常的问题
> 2023.11.12: 某些依赖包尚不兼容python 3.12推荐python 3.11
>
> 2023.11.7: 安装依赖时,请选择`requirements.txt`中**指定的版本**。 安装命令:`pip install -r requirements.txt`。本项目开源免费,近期发现有人蔑视开源协议并利用本项目违规圈钱,请提高警惕,谨防上当受骗。
@ -108,7 +108,7 @@ cd gpt_academic
3. 安装依赖
```sh
# 选择I: 如熟悉python, python>=3.9备注使用官方pip源或者阿里pip源, 临时换源方法python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
# 选择I: 如熟悉python, python推荐版本 3.9 ~ 3.11备注使用官方pip源或者阿里pip源, 临时换源方法python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
python -m pip install -r requirements.txt
# 选择II: 使用Anaconda步骤也是类似的 (https://www.bilibili.com/video/BV1rc411W7Dr)