Add missing python-dev dependency for Debian/Ubuntu systems

pull/1697/head
Yann Sionneau 2019-02-19 01:28:30 +01:00 committed by Chocobozzz
parent 576ad67aac
commit a18e87559b
1 changed files with 1 additions and 1 deletions

View File

@ -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
```