Skip to content

Commit

Permalink
easy install script
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbuffalo committed Sep 7, 2023
1 parent 2aea34c commit 2416011
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions easy_install.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2416011

Please sign in to comment.