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