From 6b5128bd07e0650e202f97fa3003c3541bddfe0f Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 27 Feb 2020 15:59:13 +0100 Subject: [PATCH] Install script for native 3.7 envs. --- install.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 00000000..86968bf0 --- /dev/null +++ b/install.sh @@ -0,0 +1 @@ +python3.7 $(which pip3) install -r requirements.txt \ No newline at end of file -- GitLab