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

Merged
chychkan merged 1 commits from python-3.7 into master 2021-08-02 02:37:21 +02:00
chychkan commented 2021-08-02 02:36:27 +02:00 (Migrated from github.com)

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

## 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
Sign in to join this conversation.