AdritRao commited on
Commit
f8b0acb
·
1 Parent(s): 8c3b194

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +8 -0
install.sh CHANGED
@@ -13,6 +13,14 @@ git clone https://github.com/StanfordMIMI/Comp2Comp.git /home/user/app/C2C
13
  cd /home/user/app/C2C
14
  pip install -e .
15
 
 
 
 
 
 
 
 
 
16
  # chmod +x bin/install.sh # Make install.sh executable
17
  # ./bin/install.sh # Execute the installation script
18
 
 
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
26