AdritRao commited on
Commit
20ddd6b
1 Parent(s): e41111a

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +2 -1
install.sh CHANGED
@@ -9,7 +9,8 @@
9
  # conda init bash
10
 
11
  # Step 3: Change to the desired directory and make install.sh executable, then run it
12
- cd Comp2Comp-main
 
13
  pip install -e .
14
  # chmod +x bin/install.sh # Make install.sh executable
15
  # ./bin/install.sh # Execute the installation script
 
9
  # conda init bash
10
 
11
  # Step 3: Change to the desired directory and make install.sh executable, then run it
12
+ git clone https://github.com/StanfordMIMI/Comp2Comp.git
13
+ cd Comp2Comp
14
  pip install -e .
15
  # chmod +x bin/install.sh # Make install.sh executable
16
  # ./bin/install.sh # Execute the installation script