cstr commited on
Commit
81cca34
1 Parent(s): ea9c79a

Update build.sh

Browse files
Files changed (1) hide show
  1. build.sh +2 -0
build.sh CHANGED
@@ -1,3 +1,5 @@
 
1
  git clone https://github.com/SYSTRAN/faster-whisper.git
2
  cd faster-whisper
 
3
  pip install .
 
1
+ echo "downloading faster-whisper from git..."
2
  git clone https://github.com/SYSTRAN/faster-whisper.git
3
  cd faster-whisper
4
+ echo "pip installing..."
5
  pip install .