From 650be56fccdeff7bdf4d0b8813e04255bf54e8b7 Mon Sep 17 00:00:00 2001 From: "MingJian.L" <45811724+matrixgame2018@users.noreply.github.com> Date: Sat, 8 Oct 2022 11:09:47 +0800 Subject: [PATCH] Update get_started.md (#2148) --- docs/en/get_started.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/en/get_started.md b/docs/en/get_started.md index 9683180f4..313501e0d 100644 --- a/docs/en/get_started.md +++ b/docs/en/get_started.md @@ -51,10 +51,8 @@ mim install "mmcv>=2.0.0rc1" Case a: If you develop and run mmseg directly, install it from source: ```shell -git clone https://github.com/open-mmlab/mmsegmentation.git +git clone -b dev-1.x https://github.com/open-mmlab/mmsegmentation.git cd mmsegmentation -git checkout dev-1.x -# branch 'dev-1.x' set up to track remote branch 'dev-1.x' from 'origin'. pip install -v -e . # '-v' means verbose, or more output # '-e' means installing a project in editable mode,