Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ a. Create a conda virtual environment and activate it. Then install Cython.
```shell
conda create -n open-mmlab python=3.7 -y
source activate open-mmlab
conda activate open-mmlab
conda install cython
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment