This commit is contained in:
tzutalin
2019-05-25 14:38:32 -07:00
parent fd79454dc9
commit add1d9972c
2 changed files with 17 additions and 16 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#!/bin/sh
brew install python@2
pip install --upgrade virtualenv
pip install --upgrade virtualenv
# clonde labelimg source
# clone labelimg source
rm -rf /tmp/labelImgSetup
mkdir /tmp/labelImgSetup
cd /tmp/labelImgSetup
@@ -27,4 +27,4 @@ mv "/tmp/labelImgSetup/labelImg-master/dist/labelImg.app" /Applications
deactivate
cd ../
rm -rf /tmp/labelImgSetup
echo 'DONE'
echo 'DONE'