aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorYann Sionneau <yann@sionneau.net>2019-02-19 01:28:30 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-02-19 08:20:39 +0100
commita18e87559b8255b4b543d87409518b60c073fb69 (patch)
treec1c1c09a58d4c24c3af02749bbbcc218e0694d4f /support/doc
parent576ad67aaccf713b2a923deb3cb9b2a990613985 (diff)
downloadPeerTube-a18e87559b8255b4b543d87409518b60c073fb69.tar.gz
PeerTube-a18e87559b8255b4b543d87409518b60c073fb69.tar.zst
PeerTube-a18e87559b8255b4b543d87409518b60c073fb69.zip
Add missing python-dev dependency for Debian/Ubuntu systems
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index d98d71020..fb9f623a7 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -34,7 +34,7 @@
34 34
35``` 35```
36$ sudo apt update 36$ sudo apt update
37$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git 37$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev
38$ ffmpeg -version # Should be >= 3.x 38$ ffmpeg -version # Should be >= 3.x
39$ g++ -v # Should be >= 5.x 39$ g++ -v # Should be >= 5.x
40``` 40```