Commit 9511cfda by 柴鹏飞

更新说明文档

parent 0c491807
......@@ -9,6 +9,25 @@
无特殊说明,下面所有的操作均在项目主目录(也就是本文件所在目录)下操作
### 环境配置
```bash
# 创建虚拟环境
conda create --name yar python=3.8
# 进入虚拟环境
source activate yar
# 安装依赖包
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```
**之后每次使用时,先进入虚拟环境 `source activate yar`**
### 更新特征、索引信息
```bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment