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