From 6ba2ef66ca996e3455138cee7b2f142d0ee6fbf4 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 1 Jul 2023 11:24:43 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf1370c..d300e9d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ On Debian based distributions these two commands should install all needed depen ```bash -$ sudo apt-get install -y python3 python3-dev libpng-dev libjpeg-dev p7zip-full p7zip-rar unrar-free libgl1 python3-pyside6 && \ +$ sudo apt-get install -y python3 python3-dev libpng-dev libjpeg-dev p7zip-full p7zip-rar unrar-free libgl1 && \ python -m pip install --upgrade pip && \ python -m pip install --upgrade -r requirements.txt ```