mirror of https://github.com/Chocobozzz/PeerTube
Add missing python-dev dependency for Debian/Ubuntu systems
parent
576ad67aac
commit
a18e87559b
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue