AdritRao commited on
Commit
db2e339
·
1 Parent(s): f3c375d

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
13
- chmod +x Comp2Comp
14
  cd Comp2Comp
15
  pip install -e .
16
  # chmod +x bin/install.sh # Make install.sh executable
 
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
+ chmod -R +rw Comp2Comp
14
  cd Comp2Comp
15
  pip install -e .
16
  # chmod +x bin/install.sh # Make install.sh executable