Skip to content

Commit

Permalink
added install_dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Jul 7, 2024
1 parent 61bbfb6 commit a3b9d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions dependency/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions dependency/rust.sh

This file was deleted.

0 comments on commit a3b9d5e

Please sign in to comment.