forked from FoundKeyGang/FoundKey
Use correct python package name
This commit is contained in:
parent
58fafc121f
commit
648b2e9f96
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
To install the dependiencies on Debian (or derivatives like Ubuntu) you can use the following commands:
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
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
|
# Optional dependencies
|
||||||
apt install ffmpeg
|
apt install ffmpeg
|
||||||
|
|
Loading…
Reference in a new issue