1、在Anaconda Prompt 中进入运行该项目所在的虚拟环境,yourname是你虚拟环境的名称;
conda activate celltypist(yourname)#我的虚拟环境名字为celltypist
2、在conda先进入requirements.txt文件所在磁盘,再cd进入requirements.txt文件所在的目录
3、在安装时可以加上镜像,安装速度会更快;
E:#比如你的文件在E盘,一般我们进入虚拟环境都在C盘,那么我们就需要进入E盘
(celltyist) E:\Document\celltypist-main\celltypist-main> #在通过cd 进入文件所在的具体目录
pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/