From e5a92494874fd6c4a9695723f1fcfab9cb6ff6bd Mon Sep 17 00:00:00 2001 From: Kevin Huy Trinh <48145892+KevinTrinh1227@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:17:09 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3d641e8..ce96277 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![ppplogo](/static/images/ppp.png) #

+ **IMPORTANT: I AM CURRENTLY WORKING ON Prize-Pick-Predictions VERSION 2.**
A Flask application that displays current NBA player score predictions. Please take a look below.

@@ -46,6 +47,11 @@ This Python project is a Flask application that provides "recommendations" for s ```sh gecko_path = './drivers/geckodriver.exe' ``` +3. Create a "`.env`" file with your [balldontlie](https://new.balldontlie.io/) API key (Free account will work fine) + + ```sh + THE_BALL_DONT_LIEAPI_KEY= + ``` ## 🚀 Host the app locally