Use correct python package name

This commit is contained in:
Norm 2022-07-29 06:31:48 +00:00 committed by Francis Dinh
parent 58fafc121f
commit 648b2e9f96
Signed by: norm
GPG Key ID: 7123E30E441E80DE
1 changed files with 1 additions and 1 deletions

View File

@ -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