diff options
| author | Maruthi-97 <[email protected]> | 2021-12-18 23:11:30 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-18 23:11:30 -0500 |
| commit | cd34308db536b0542e5bdf7f402156a30d6699f1 (patch) | |
| tree | b8a3a30347623395706293a5429befa84993104d /initial_setup.py | |
| parent | 067e4aa78aea8916434ed57d5676efed8a2dfcf0 (diff) | |
| download | temp_pred_arima-cd34308db536b0542e5bdf7f402156a30d6699f1.tar.xz temp_pred_arima-cd34308db536b0542e5bdf7f402156a30d6699f1.zip | |
Update initial_setup.py
Removed decompresser
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.') |
