Skip to content

Commit 957ffc7

Browse files
gglanzanijongwook
andauthored
Add rust as a dependency (openai#30)
* Add rust as a dependency * Update README.md Co-authored-by: Jong Wook Kim <ilikekjw@gmail.com>
1 parent 59f543e commit 957ffc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It also requires the command-line tool [`ffmpeg`](https://ffmpeg.org/) to be ins
2828
sudo apt update && sudo apt install ffmpeg
2929

3030
# on MacOS using Homebrew (https://brew.sh/)
31-
brew install ffmpeg
31+
brew install ffmpeg
3232

3333
# on Windows using Chocolatey (https://chocolatey.org/)
3434
choco install ffmpeg
@@ -37,6 +37,8 @@ choco install ffmpeg
3737
scoop install ffmpeg
3838
```
3939

40+
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.
41+
4042

4143
## Available models and languages
4244

0 commit comments

Comments
 (0)