Skip to content

Commit

Permalink
doc: better info for pip install (#87)
Browse files Browse the repository at this point in the history
for some env like `zsh` we need to add `'` in `pip` command
  • Loading branch information
yihong0618 authored Jan 11, 2024
1 parent 1b10168 commit 0fa5a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ To get either of these dictionaries, you can install them directly using `pip`
or do the below:

```sh
pip install fugashi[unidic-lite]
pip install 'fugashi[unidic-lite]'

# The full version of UniDic requires a separate download step
pip install fugashi[unidic]
pip install 'fugashi[unidic]'
python -m unidic download
```

Expand Down

0 comments on commit 0fa5a3a

Please sign in to comment.