Add support for Python 3.8 #13

Merged
chychkan merged 1 commits from python-3.8 into master 2021-08-01 08:21:04 +02:00
chychkan commented 2021-08-01 08:20:35 +02:00 (Migrated from github.com)

Overview

Expanding 0_setup.sh script to support Python version specific requirements.txt files and adding support for Python 3.8.
The script will check the Python version installed and will use corresponding requirements.txt file if it exists. The default requirements.txt still corresponds to version 3.6.

## Overview Expanding `0_setup.sh` script to support Python version specific `requirements.txt` files and adding support for Python 3.8. The script will check the Python version installed and will use corresponding `requirements.txt` file if it exists. The default `requirements.txt` still corresponds to version `3.6`.
Sign in to join this conversation.