From 02b94436587cb8457fe7430526f1060ff23b0723 Mon Sep 17 00:00:00 2001 From: John Hicks Date: Fri, 25 Feb 2022 16:31:08 -0500 Subject: [PATCH] added to setup.sh azure-landset --- azure-landsat/{landsat-env => setup.sh} | 2 ++ 1 file changed, 2 insertions(+) rename azure-landsat/{landsat-env => setup.sh} (93%) mode change 100644 => 100755 diff --git a/azure-landsat/landsat-env b/azure-landsat/setup.sh old mode 100644 new mode 100755 similarity index 93% rename from azure-landsat/landsat-env rename to azure-landsat/setup.sh index a781529..85b49e7 --- a/azure-landsat/landsat-env +++ b/azure-landsat/setup.sh @@ -1,3 +1,5 @@ +#!/bin/bash + sudo apt install python3-pip -y pip3 install --upgrade pip pip3 install numpy