Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
86b654d
1
Parent(s):
8c16cda
Update README.md
Browse files
README.md
CHANGED
@@ -99,7 +99,7 @@ cd chatgpt_academic
|
|
99 |
|
100 |
3. 安装依赖
|
101 |
```sh
|
102 |
-
# (选择I: 如熟悉python
|
103 |
python -m pip install -r requirements.txt
|
104 |
# 备注:使用官方pip源或者阿里pip源,其他pip源(如一些大学的pip)有可能出问题,临时换源方法:python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
105 |
|
|
|
99 |
|
100 |
3. 安装依赖
|
101 |
```sh
|
102 |
+
# (选择I: 如熟悉python)(python版本3.9以上,越新越好)
|
103 |
python -m pip install -r requirements.txt
|
104 |
# 备注:使用官方pip源或者阿里pip源,其他pip源(如一些大学的pip)有可能出问题,临时换源方法:python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
105 |
|