Used for creating and storing NBA data in a MySQL database
Requirements:
Python >= 3.6
Create your virtual environment if you don’t have one already. In this case we use venv
as the target folder for storing packages.
python -m venv venv
Then activate it:
source venv/bin/activate
Install dependencies using:
pip install -r requirements.txt