Create requirements_3.10_arm64.txt #103

Open
Smiril wants to merge 165 commits from Smiril/master into master
Showing only changes of commit 869a6d490d - Show all commits
+1 -1
View File
@@ -18,7 +18,7 @@ if [ ! -d .dfl/DeepFaceLab ]; then
fi
if [ ! -d .venvs/deepfacelab ]; then
venv -p python3 ./venvs/deepfacelab
virtualenv -p python3 ./venvs/deepfacelab
fi
source .venvs/deepfacelab/bin/activate