Skip to content

Commit

Permalink
chore: fix pip install in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 12, 2021
1 parent c74944c commit 2309da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -144,8 +144,8 @@ Developing Jina app often means writing YAML configs. We provide a [JSON Schema]
### Run Quick Demo

- [👗 Fashion image search](./.github/pages/hello-world.md#-fashion-image-search): `jina hello fashion`
- [🤖 QA chatbot](./.github/pages/hello-world.md#-covid-19-chatbot): `jina hello chatbot`
- [📰 Multimedia search](./.github/pages/hello-world.md#-multimodal-document-search): `jina hello multimodal`
- [🤖 QA chatbot](./.github/pages/hello-world.md#-covid-19-chatbot): `pip install "jina[chatbot]" && jina hello chatbot`
- [📰 Multimedia search](./.github/pages/hello-world.md#-multimodal-document-search): `pip install "jina[multimodal]" && jina hello multimodal`

### The Basics

Expand Down

0 comments on commit 2309da4

Please sign in to comment.