Add missing python-dev dependency for Debian/Ubuntu systems

pull/1697/head
Yann Sionneau 2019-02-19 01:28:30 +01:00 提交者 Chocobozzz
父节点 576ad67aac
当前提交 a18e87559b
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -34,7 +34,7 @@
``` ```
$ sudo apt update $ 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 $ ffmpeg -version # Should be >= 3.x
$ g++ -v # Should be >= 5.x $ g++ -v # Should be >= 5.x
``` ```