From 5766eea37705b0368bb6c4e07594afbcfaa1a49a Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Wed, 3 Dec 2025 15:45:56 +0100 Subject: [PATCH] fix(docs): remove duplicated package in install instructions (#2573) --- 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 73eab654a..44d8c7034 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 python3-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 ``` For other systems, see: [Compiling PyAV](https://pyav.org/docs/develop/overview/installation.html#bring-your-own-ffmpeg)