bl4dylion commited on
Commit
80d4954
1 Parent(s): 62a67dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -13,6 +13,11 @@ This repository contains the conversion of [ales/whisper-small-belarusian](https
13
 
14
  This model can be used in CTranslate2 or projects based on CTranslate2 such as [faster-whisper](https://github.com/guillaumekln/faster-whisper).
15
 
 
 
 
 
 
16
  ## Example
17
 
18
  ```python
 
13
 
14
  This model can be used in CTranslate2 or projects based on CTranslate2 such as [faster-whisper](https://github.com/guillaumekln/faster-whisper).
15
 
16
+ ## Install faster-whisper
17
+ ```bash
18
+ pip install git+https://github.com/guillaumekln/faster-whisper.git
19
+ ```
20
+
21
  ## Example
22
 
23
  ```python