From afb90e17e786dc8572d69c1a99db3322778ad43c Mon Sep 17 00:00:00 2001 From: vinoyang Date: Wed, 3 Dec 2025 20:36:59 +0800 Subject: [PATCH] doc: fix wrong package name in installation doc (#2513) --- docs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index da42c90ef..73eab654a 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -90,7 +90,7 @@ If you encounter build errors, you may need to install additional dependencies: To install these for linux run: ```bash -sudo apt-get install cmake build-essential python-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev pkg-config +sudo apt-get install cmake build-essential python3-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev pkg-config ``` For other systems, see: [Compiling PyAV](https://pyav.org/docs/develop/overview/installation.html#bring-your-own-ffmpeg)