AdritRao commited on
Commit
f137d02
·
1 Parent(s): 402de68

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -1
install.sh CHANGED
@@ -11,7 +11,7 @@
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
14
- # pip install -e .
15
 
16
  # cd /home/user/app/C2C
17
  # chmod +x bin/C2C
 
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
14
+ pip install -e .
15
 
16
  # cd /home/user/app/C2C
17
  # chmod +x bin/C2C