ygauravyy commited on
Commit
e14721d
1 Parent(s): a35c46c

Update torchserve_setup.sh

Browse files
Files changed (1) hide show
  1. torchserve_setup.sh +1 -1
torchserve_setup.sh CHANGED
@@ -29,7 +29,7 @@ pip install torchserve
29
  git clone https://github.com/jin-s13/xtcocoapi.git
30
  cd xtcocoapi
31
  pip install -r requirements.txt
32
- python setup.py install
33
  cd /
34
 
35
  pip install mmpose==0.29.0
 
29
  git clone https://github.com/jin-s13/xtcocoapi.git
30
  cd xtcocoapi
31
  pip install -r requirements.txt
32
+ pip install -e .
33
  cd /
34
 
35
  pip install mmpose==0.29.0