AdritRao commited on
Commit
23439ba
·
1 Parent(s): 9f78f09

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +6 -6
install.sh CHANGED
@@ -13,13 +13,13 @@ 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
18
- # conda init bash
19
- # conda activate c2c_env
20
- ./bin/C2C aaa -i temp_dicom_dir
21
 
22
- ls
23
 
24
  # chmod +x bin/install.sh # Make install.sh executable
25
  # ./bin/install.sh # Execute the installation script
 
13
  cd /home/user/app/C2C
14
  pip install -e .
15
 
16
+ # cd /home/user/app/C2C
17
+ # chmod +x bin/C2C
18
+ # # conda init bash
19
+ # # conda activate c2c_env
20
+ # ./bin/C2C aaa -i temp_dicom_dir
21
 
22
+ # ls
23
 
24
  # chmod +x bin/install.sh # Make install.sh executable
25
  # ./bin/install.sh # Execute the installation script