mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add missing python-dev dependency for Debian/Ubuntu systems
This commit is contained in:
committed by
Chocobozzz
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user