ford442 commited on
Commit
3642ad9
·
verified ·
1 Parent(s): ac0ba6d

Update hidet.sh

Browse files
Files changed (1) hide show
  1. hidet.sh +2 -1
hidet.sh CHANGED
@@ -6,4 +6,5 @@ cp ../config.cmake . # copy the cmake config to build directory
6
  cmake ..
7
  make -j4
8
  cd .. # return to the root directory of Hidet
9
- pip install --use-pep517 --editable . --force-reinstall
 
 
6
  cmake ..
7
  make -j4
8
  cd .. # return to the root directory of Hidet
9
+ pip uninstall hidet
10
+ pip install --use-pep517 --editable .