Starts on a list of external deps required for dev (#18929)

* Starts on a list of external deps required for dev

I've found that I need to install MeCab manually on my AS Mac.

* Generalizes OS nascent dependency list

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
This commit is contained in:
Colin Dean 2022-09-07 16:33:03 -04:00 committed by GitHub
parent 6394221871
commit 737f6ad1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -172,6 +172,14 @@ Follow these steps to start contributing ([supported Python versions](https://gi
If you have already cloned that repo, you might need to `git pull` to get the most recent changes in the `datasets` If you have already cloned that repo, you might need to `git pull` to get the most recent changes in the `datasets`
library. library.
Depending on your OS, you might need to install some external libraries, as well, if the `pip` installation fails.
For macOS, you will likely need [MeCab](https://taku910.github.io/mecab/), which can be installed from Homebrew:
```bash
brew install mecab
```
5. Develop the features on your branch. 5. Develop the features on your branch.
As you work on the features, you should make sure that the test suite As you work on the features, you should make sure that the test suite