"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "2abce87a31b802bb2714271dc095c3b6bc3f336d"
Commit abc50611 authored by O's avatar O Committed by Kai Chen
Browse files

Update INSTALL.md (#867)

If you are not export a directory that contains the "activate" file to $PATH, it will show "activate: No such file or directory".
So conda activate is more preferable.
parent 46cc0cb0
...@@ -23,7 +23,7 @@ a. Create a conda virtual environment and activate it. Then install Cython. ...@@ -23,7 +23,7 @@ a. Create a conda virtual environment and activate it. Then install Cython.
```shell ```shell
conda create -n open-mmlab python=3.7 -y conda create -n open-mmlab python=3.7 -y
source activate open-mmlab conda activate open-mmlab
conda install cython conda install cython
``` ```
......
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