From e457a6a32cb79e30a2155fe62aeb9077c8d248a8 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Mon, 27 Dec 2021 20:30:38 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d64cb..a61f1dc 100644 --- a/README.md +++ b/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