Unverified Commit 737f6ad1 authored by Colin Dean's avatar Colin Dean Committed by GitHub
Browse files

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: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
parent 63942218
...@@ -172,6 +172,14 @@ Follow these steps to start contributing ([supported Python versions](https://gi ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment