From 2416011e7c9ba90e72816bb80069f227fb87d98d Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Thu, 7 Sep 2023 13:31:09 -0700 Subject: [PATCH] easy install script --- easy_install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 easy_install.sh diff --git a/easy_install.sh b/easy_install.sh new file mode 100644 index 0000000..96ccbc2 --- /dev/null +++ b/easy_install.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# first install rust +echo "Installing Rust first..." +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + +# next install SciDataFlow +echo "Now installing SciDataFlow..." +cargo install scidataflow