FrozenBurning commited on
Commit
cdac6ea
1 Parent(s): bb59c63

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -0
install.sh CHANGED
@@ -10,6 +10,7 @@ done
10
  for p in gancraft/voxlib; do
11
  cd imaginaire/model_utils/${p};
12
  make all
 
13
  cd ${CURRENT};
14
  done
15
 
 
10
  for p in gancraft/voxlib; do
11
  cd imaginaire/model_utils/${p};
12
  make all
13
+ python -m pip install .
14
  cd ${CURRENT};
15
  done
16