From 4a9ebf55ce5bc905fa4c93c822dac5d1ea30fe4f Mon Sep 17 00:00:00 2001 From: p23 Date: Wed, 18 Dec 2024 03:42:12 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b299934..dd010ad 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ See ``docker-compose.yml`` (It is a template) ### Manual Prepare: ``` +apt update +apt install ffmpeg -y pip3 install -r requirements.txt pip3 install ffmpeg_python-0.2.0-py3-none-any.whl ```