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`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Overview
Expanding
0_setup.shscript to support Python version specificrequirements.txtfiles and adding support for Python 3.8.The script will check the Python version installed and will use corresponding
requirements.txtfile if it exists. The defaultrequirements.txtstill corresponds to version3.6.