master
marxzuckerburg 4 years ago
parent 8fdd1eaa76
commit 85c87186e9

@ -258,10 +258,10 @@ then
fi fi
condaexec="$path_conda/_conda.exe" condaexec="$path_conda/_conda.exe"
cd $path_lib # cd $path_lib
curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe. -o visualcppbuildtools_full.exe # curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe. -o visualcppbuildtools_full.exe
cmd //c "visualcppbuildtools_full.exe" # cmd //c "visualcppbuildtools_full.exe"
### install zbar using apt-cyg ### install zbar using apt-cyg
# installing apt-cyg # installing apt-cyg
@ -309,7 +309,7 @@ echo "Now using python (t2): `which python`"
# . venv/bin/activate # . venv/bin/activate
echo "Now using python (t3): `which python`" echo "Now using python (t3): `which python`"
python -m pip install -r requirements.txt python -m pip install --only-binary :all: -r requirements.txt

Loading…
Cancel
Save