orhir commited on
Commit
91aa22c
·
verified ·
1 Parent(s): 93bab6f

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -6,7 +6,7 @@ from setuptools import find_packages, setup
6
  os.system('python -m mim install mmengine')
7
  os.system('python -m mim install "mmcv-full==1.7.2"')
8
  os.system('python -m mim install ""mmdet==2.28.2"')
9
- os.system('pip install git+https://github.com/open-mmlab/mmpose.git@0.x')
10
 
11
  def readme():
12
  with open('README.md', encoding='utf-8') as f:
 
6
  os.system('python -m mim install mmengine')
7
  os.system('python -m mim install "mmcv-full==1.7.2"')
8
  os.system('python -m mim install ""mmdet==2.28.2"')
9
+ os.system('pip install https://github.com/open-mmlab/mmpose/archive/0.x.zip')
10
 
11
  def readme():
12
  with open('README.md', encoding='utf-8') as f: