From 5905e503b8114577e22540b540c64bcfc98d5ad3 Mon Sep 17 00:00:00 2001 From: Szabolcs Pasztor Date: Thu, 29 Sep 2022 23:18:54 +0200 Subject: [PATCH] Update README.md (#161) * Update README.md * merging paragraphs Co-authored-by: Jong Wook Kim --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b97181a..4423040 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,11 @@ 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. Additionally, you may need to configure the `PATH` environment variable, e.g. `export PATH="$HOME/.cargo/bin:$PATH"`. +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. 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: + +```bash +pip install setuptools-rust +``` ## Available models and languages