chychkan / DeepFaceLab_MacOS

Run DeepFaceLab on MacOS
GNU General Public License v3.0
258 stars 60 forks source link

Make default requirements.txt work for Python 3.7 and 3.8 #14

Closed chychkan closed 3 years ago

chychkan commented 3 years ago

Overview

Here we're renaming current default requirements.txt -> requirements_3.6.txt as it was initially created for Python 3.6. And we're renaming requirements_3.8.txt -> requirements.txt to make it a default which works for both Python 3.7 and 3.8.

Addressing issue https://github.com/chychkan/DeepFaceLab_MacOS/issues/6