Skip to content

Commit

Permalink
Add rust as a dependency (openai#30)
Browse files Browse the repository at this point in the history
* Add rust as a dependency

* Update README.md

Co-authored-by: Jong Wook Kim <[email protected]>
  • Loading branch information
gglanzani and jongwook committed Sep 23, 2022
1 parent 59f543e commit 957ffc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,6 +37,8 @@ choco install ffmpeg
scoop install ffmpeg
```

You may need [`rust`](https://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

Expand Down

0 comments on commit 957ffc7

Please sign in to comment.