From abc506117fb576284a300f3d9a823282c4f8bd14 Mon Sep 17 00:00:00 2001
From: O <31317718+ozps@users.noreply.github.com>
Date: Tue, 25 Jun 2019 19:06:41 +0700
Subject: [PATCH] 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.
---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index 55b8b02..ef52f8f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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
 ```
-- 
GitLab