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)