Add missing python-dev dependency for Debian/Ubuntu systems
This commit is contained in:
parent
576ad67aac
commit
a18e87559b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue