From 957ffc77de9a15a67f1d847e8d7c00365787c56c Mon Sep 17 00:00:00 2001 From: Giovanni Lanzani Date: Fri, 23 Sep 2022 05:26:38 +0200 Subject: [PATCH] Add rust as a dependency (#30) * Add rust as a dependency * Update README.md Co-authored-by: Jong Wook Kim --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c2c554..df953dc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ It also requires the command-line tool [`ffmpeg`](https://ffmpeg.org/) to be ins sudo apt update && sudo apt install ffmpeg # on MacOS using Homebrew (https://brew.sh/) -brew install ffmpeg +brew install ffmpeg # on Windows using Chocolatey (https://chocolatey.org/) choco install ffmpeg @@ -37,6 +37,8 @@ choco install ffmpeg scoop install ffmpeg ``` +You may need [`rust`](http://rust-lang.org) installed as well, in case [tokenizers](https://pypi.org/project/tokenizers/) does not provide a pre-built wheel for your platform. If you see installation errors during the `pip install` command above, please follow the [Getting started page](https://www.rust-lang.org/learn/get-started) to install Rust development environment. + ## Available models and languages