diff options
Diffstat (limited to 'initial_setup.py')
| -rw-r--r-- | initial_setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/initial_setup.py b/initial_setup.py index e5428d9..5018a6d 100644 --- a/initial_setup.py +++ b/initial_setup.py @@ -2,7 +2,6 @@ import sys import requests import subprocess from os.path import exists -from libs.decompressor import decompress_arima subprocess.check_call([sys.executable, "-m", "pip", "install", "-r", "requirements.txt"]) @@ -43,4 +42,4 @@ if not exists('GlobalLandTemperaturesByCity.csv'): print('[*] Downloading GlobalLandTemperaturesByCity.csv') download("https://github.com/luciferreeves/Analyzing-Climate-Change-using-Earth-Surface-Temperature-Visualization/releases/download/large_files/GlobalLandTemperaturesByCity.csv", 'GlobalLandTemperaturesByCity.csv') -print('[*] Done! Please run `python3 app.py` to start the application.')
\ No newline at end of file +print('[*] Done! Please run `python3 app.py` to start the application.') |
