diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index d98d71020..fb9f623a7 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -34,7 +34,7 @@ ``` $ sudo apt update -$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git +$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev $ ffmpeg -version # Should be >= 3.x $ g++ -v # Should be >= 5.x ```