1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-15 18:56:28 +00:00

Update README.md

This commit is contained in:
Alex Xu
2023-07-01 11:24:43 -07:00
committed by GitHub
parent 264184c7e0
commit 6ba2ef66ca

View File

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