Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 427 Bytes

nba-sql

Used for creating and storing NBA data in a MySQL database

Development

Requirements:

Python >= 3.6

Local development

The manual way

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