From 5db6cbd36d54dec5830bd135a4ea36a91fa44fca Mon Sep 17 00:00:00 2001 From: Siarhei Siniak <siarheisiniak@yahoo.com> Date: Tue, 20 Jul 2021 08:05:40 +0300 Subject: [PATCH] [~] Refactor --- d1/mlb_player_v4.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/d1/mlb_player_v4.py b/d1/mlb_player_v4.py index 9233c55..3242bb4 100644 --- a/d1/mlb_player_v4.py +++ b/d1/mlb_player_v4.py @@ -422,7 +422,7 @@ if __name__ == '__main__': # Using gdown to download the model directly from Google Drive -assert os.system(' conda install -y gdown') == 0 +#assert os.system(' conda install -y gdown') == 0 import gdown diff --git a/requirements.txt b/requirements.txt index 21fdc59..73bc730 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ notebook requests pyquery youtube-dl +gdown