mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
Add winget to README.md
This commit is contained in:
parent
c0d2f624c0
commit
29255b5494
@ -46,6 +46,9 @@ choco install ffmpeg
|
||||
|
||||
# on Windows using Scoop (https://scoop.sh/)
|
||||
scoop install ffmpeg
|
||||
|
||||
# on Windows using Winget (https://learn.microsoft.com/windows/package-manager/)
|
||||
winget install ffmpeg
|
||||
```
|
||||
|
||||
You may need [`rust`](http://rust-lang.org) installed as well, in case [tiktoken](https://github.com/openai/tiktoken) 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. Additionally, you may need to configure the `PATH` environment variable, e.g. `export PATH="$HOME/.cargo/bin:$PATH"`. If the installation fails with `No module named 'setuptools_rust'`, you need to install `setuptools_rust`, e.g. by running:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user