logo
Browse Source

Update README

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
e457a6a32c
  1. 14
      README.md

14
README.md

@ -33,7 +33,19 @@ $ pip3 install towhee
> You can refer to [Getting Started with Towhee](https://towhee.io/) for more details. If you have any questions, you can [submit an issue to the towhee repository](https://github.com/towhee-io/towhee/issues).
2. Run it with Towhee
2. Install `ffmpeg`
```bash
$ brew install ffmpeg # for Mac
```
OR
```bash
$ apt install ffmpeg # for Ubuntu
```
3. Run it with Towhee
```python
>>> from towhee import pipeline

Loading…
Cancel
Save