diff --git a/README.md b/README.md index a226fdf..483a3d0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,9 @@ git clone https://gitee.com/kuaikuaikim/dface.git 在这里我提供了一个anaconda的环境依赖文件environment.yml,它能方便你构建自己的虚拟环境。 ```shell -conda env create -f path/to/environment.yml +cd dface + +conda env create -f environment.yml ``` 添加python搜索模块路径