Skip to content

Commit

Permalink
Update git clone url (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
vra authored Dec 9, 2021
1 parent 5a871d4 commit 83b91d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pip install mmdet

Optionally, you can also build MMDetection from source in case you want to modify the code:
```shell
git clone git@github.com:open-mmlab/mmdetection.git
git clone https://github.com/open-mmlab/mmdetection.git
cd mmdetection
pip install -r requirements/build.txt
pip install -v -e .
Expand All @@ -141,7 +141,7 @@ pip install mmpose
Optionally, you can also build MMPose from source in case you want to modify the code:

```shell
git clone git@github.com:open-mmlab/mmpose.git
git clone https://github.com/open-mmlab/mmpose.git
cd mmpose
pip install -r requirements.txt
pip install -v -e .
Expand All @@ -164,7 +164,7 @@ pip install -v -e . # or "python setup.py develop"
b. Clone the mmhuman3d repository.

```shell
git clone git@github.com:open-mmlab/mmhuman3d.git
git clone https://github.com/open-mmlab/mmhuman3d.git
cd mmhuman3d
```

Expand Down Expand Up @@ -206,7 +206,7 @@ pip install "mmcls<0.18.0" "mmtrack<0.9.0,>=0.8.0"

# install mmhuman3d

git clone git@github.com:open-mmlab/mmhuman3d.git
git clone https://github.com/open-mmlab/mmhuman3d.git
cd mmhuman3d
pip install -v -e .
```

0 comments on commit 83b91d7

Please sign in to comment.