Skip to content

Commit

Permalink
Adds missing command for install (mac) (openai#90)
Browse files Browse the repository at this point in the history
* Adds missing command for install (mac)

Required for users who didn't previously have Rust installed.

* minor wording change

Co-authored-by: Jong Wook Kim <[email protected]>
  • Loading branch information
flockonus and jongwook authored Sep 29, 2022
1 parent deafef0 commit 0457aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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.
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"`.


## Available models and languages
Expand Down

0 comments on commit 0457aac

Please sign in to comment.