Skip to content

Commit

Permalink
Starts on a list of external deps required for dev (huggingface#18929)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and oneraghavan committed Sep 26, 2022
1 parent 813bc7e commit c8a698b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,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`
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.

Expand Down

0 comments on commit c8a698b

Please sign in to comment.