From 648b2e9f961dfe6e68673a5dd402f272c7c6b9f2 Mon Sep 17 00:00:00 2001 From: Norm Date: Fri, 29 Jul 2022 06:31:48 +0000 Subject: [PATCH] Use correct python package name --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 73ab169ee..3dd5d2a17 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -33,7 +33,7 @@ FoundKey requires the following packages to run: To install the dependiencies on Debian (or derivatives like Ubuntu) you can use the following commands: ```sh curl -fsSL https://deb.nodesource.com/setup_16.x | bash - -apt install build-essential python nodejs postgresql redis +apt install build-essential python3 nodejs postgresql redis # Optional dependencies apt install ffmpeg