Install venv with python3.9
This commit is contained in:
parent
018a240f84
commit
a560b9fdab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue