Add requirements file for Python 3.10 #49

Merged
chychkan merged 9 commits from python-10 into master 2022-02-23 16:13:57 +01:00
Showing only changes of commit 5377435bf3 - Show all commits
+4
View File
@@ -32,6 +32,10 @@ python -m pip install --upgrade pip
version=$(python -V | cut -f 2 -d ' ' | cut -f 1,2 -d .)
reqs_file='requirements.txt'
if [ "$version" == "3.10" ]; then
(cd .dfl/DeepFaceLab; git checkout support-opencv45)
fi
version_suffix=''
if [[ ! -z "$version" && -f "requirements_$version.txt" ]]; then
version_suffix="_$version"