type
status
date
slug
summary
tags
category
icon
password
1 VS code运行
用隔离虚拟环境 方便上传github
2 用miniconda3
- 首先官网下载miniconda3,并安装
- 为要做的项目创建一个新环境(官网有教程,搜conda manage-environments)
Replace
<my-env>
with the name of your environment.- 在当前目录下(要做的项目)激活需要的环境
- 在当前环境下安装需要的工具 pip
- 然后就可以用
pip
来安装需要的包了
- Author:Leoy
- URL:https://www.leoy.uk/article/1bddf97d-388e-80cb-bb8a-ec8df9a4c124
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts