git克隆github(以中科院学术专用ChatGPT:chatgpt_academic项目为例)

中科院学术专用ChatGPT:https://github.com/binary-husky/chatgpt_academic

1.打开本地的某个文件夹
2.打开git bash(前提安装好git工具 https://git-scm.com/download/win)
3.clone github项目的http url,注意不要ctrl c/v,要copy,paste

 git clone https://github.com/binary-husky/chatgpt_academic.git

4.进入克隆后的文件夹

cd chatgpt_academic

#(选择一)推荐

pip install -r requirements.txt   

#(选择二)如果您使用anaconda,步骤也是类似的:
#(选择二.1)conda create -n gptac_venv python=3.11
#(选择二.2)conda activate gptac_venv
#(选择二.3)pip install -r requirements.txt

#备注:使用官方pip源或者阿里pip源,其他pip源(如清华pip)有可能出问题,临时换源方法:

python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

6.运行

python main.py
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值