ford442 commited on
Commit
0b01b43
·
verified ·
1 Parent(s): 8f49776

Update hidet.sh

Browse files
Files changed (1) hide show
  1. hidet.sh +4 -1
hidet.sh CHANGED
@@ -1,3 +1,4 @@
 
1
  git clone https://github.com/ford442/hidet -b thread
2
  cd hidet
3
  mkdir build
@@ -7,4 +8,6 @@ cmake ..
7
  make -j4
8
  cd .. # return to the root directory of Hidet
9
  #pip uninstall hidet
10
- pip install .
 
 
 
1
+ '''
2
  git clone https://github.com/ford442/hidet -b thread
3
  cd hidet
4
  mkdir build
 
8
  make -j4
9
  cd .. # return to the root directory of Hidet
10
  #pip uninstall hidet
11
+ '''
12
+ wget https://1ink.us/files/hidet-0.5.0-py3-none-any.whl
13
+ pip install hidet-0.5.0-py3-none-any.whl