Install venv with python3.9

This commit is contained in:
mmcwilliams 2023-12-14 11:31:59 -05:00
parent 018a240f84
commit a560b9fdab
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ if [ ! -d yolov5/.git ]; then
fi
cd yolov5
python -m venv env
python3.9 -m venv env
source env/bin/activate
python3.9 -m pip install -r ../requirements_yolov5.txt