From 29255b549457f16982ba6c641e57df40fc28d4a9 Mon Sep 17 00:00:00 2001 From: magician-neko Date: Mon, 14 Jul 2025 16:06:56 +0300 Subject: [PATCH] Add winget to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 196b48f..b34f5f4 100644 --- a/README.md +++ b/README.md @@ -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: