fix(docs/from_the_sources): replace python-minimal with python3-minimal (#6134)

python-minimal doesn't exist anymore on latest Debian
This commit is contained in:
AtaxyaNetwork
2022-03-06 19:36:52 +01:00
committed by GitHub
parent c67b550435
commit 04913cabba

View File

@@ -38,7 +38,7 @@ XO needs the following packages to be installed. Redis is used as a database by
For example, on Debian:
```
apt-get install build-essential redis-server libpng-dev git python-minimal libvhdi-utils lvm2 cifs-utils
apt-get install build-essential redis-server libpng-dev git python3-minimal libvhdi-utils lvm2 cifs-utils
```
## Fetching the Code