Update INSTALL.md

This commit is contained in:
glide-the 2023-05-19 11:04:28 +08:00 committed by GitHub
parent 75cf9f9b4e
commit d9cc4e918c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ $ conda create -p /your_path/env_name python=3.8
# 激活环境
$ source activate /your_path/env_name
$ pip3 install --upgrade pip
# 关闭环境
$ source deactivate /your_path/env_name