From cd34308db536b0542e5bdf7f402156a30d6699f1 Mon Sep 17 00:00:00 2001 From: Maruthi-97 <40355602+Maruthi-97@users.noreply.github.com> Date: Sat, 18 Dec 2021 23:11:30 -0500 Subject: Update initial_setup.py Removed decompresser --- initial_setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'initial_setup.py') 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.') -- cgit v1.2.3