diff --git a/dependency/install_dependencies.sh b/dependency/install_dependencies.sh new file mode 100755 index 00000000..8a516880 --- /dev/null +++ b/dependency/install_dependencies.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# You may want to create a conda environment before doing this +pip install -r dependency/requirements.txt +cat dependency/apt_requirements.txt | xargs sudo apt-get install -y +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh \ No newline at end of file diff --git a/dependency/rust.sh b/dependency/rust.sh deleted file mode 100755 index 9af316fc..00000000 --- a/dependency/rust.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh \ No newline at end of file