From e8c206ab7290ae645ec7fbcb1bd695b1a3c4c7f3 Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:11:27 +0200 Subject: [PATCH] Update get_dataset.sh --- get_dataset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_dataset.sh b/get_dataset.sh index 4364cf1..f89dd1d 100644 --- a/get_dataset.sh +++ b/get_dataset.sh @@ -1,6 +1,6 @@ #!/bin/bash -pip3 install kaggle --upgrade --kaggle +pip install kaggle --user ~/.local/bin/kaggle datasets download -d nasa/meteorite-landings unzip -o meteorite-landings.zip