AdritRao commited on
Commit
e91fa30
·
1 Parent(s): 9cfe6a8

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -1
install.sh CHANGED
@@ -10,7 +10,7 @@
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 /home/user/app/C2C
13
- cd /home/user/app/C2C/Comp2Comp
14
  pip install -e .
15
  # chmod +x bin/install.sh # Make install.sh executable
16
  # ./bin/install.sh # Execute the installation script
 
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 /home/user/app/C2C
13
+ cd /home/user/app/C2C/Comp2Comp-main
14
  pip install -e .
15
  # chmod +x bin/install.sh # Make install.sh executable
16
  # ./bin/install.sh # Execute the installation script