placing installation in venv

This commit is contained in:
Patrick McGuire
2021-10-13 15:41:20 -04:00
parent 80ee8990f2
commit 47cf04d59a
4 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ run_analysis() {
--overlap "${OVERLAP}" \
--sensitivity "${SENSITIVITY}" \
--min_conf "${CONFIDENCE}""
python3 analyze.py \
"${VENV}"/bin/python analyze.py \
--i "${1}/${i}" \
--o "${1}/${i}.csv" \
--lat "${LATITUDE}" \
@@ -128,7 +128,7 @@ run_analysis() {
--sensitivity "${SENSITIVITY}" \
--min_conf "${CONFIDENCE}" \
--custom_list "${CUSTOM_LIST}""
python3 analyze.py \
"${VENV}"/bin/python analyze.py \
--i "${1}/${i}" \
--o "${1}/${i}.csv" \
--lat "${LATITUDE}" \