Skip to content

Commit

Permalink
Update install.md (#1149)
Browse files Browse the repository at this point in the history
fix bugs
  • Loading branch information
TommyZihao authored Jan 20, 2022
1 parent 1026dbc commit e22b871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ conda install -c pytorch pytorch torchvision -y
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/{cu_version}/{torch_version}/index.html

# install mmpose
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
python setup.py develop
pip install -v -e .

mkdir data
ln -s $COCO_ROOT data/coco
Expand Down

0 comments on commit e22b871

Please sign in to comment.