Update list of package requirements in oglive
parent
32394a6690
commit
fd3218a545
|
@ -18,7 +18,7 @@ Para instalar dependencias de python se usa el modulo venv (https://docs.python.
|
|||
|
||||
## Distribuciones antiguas (18.04)
|
||||
|
||||
sudo apt install -y python3.8 python3.8-venv python3-venv libarchive-dev
|
||||
sudo apt install -y python3.8 python3.8-venv python3.8-dev python3-venv libarchive-dev libblkid-dev pkg-config libacl1-dev
|
||||
python3.8 -m venv venvog
|
||||
. venvog/bin/activate
|
||||
python3.8 -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in New Issue