1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

update README.md

This commit is contained in:
darodi
2023-01-22 14:25:37 +01:00
parent 27841abb83
commit 2e807e23e1
2 changed files with 14 additions and 4 deletions

View File

@@ -181,9 +181,19 @@ Following software is required to run Linux version of **KCC** and/or bare sourc
- [raven](https://pypi.python.org/pypi/raven) 6.0.0+ (only needed for GUI)
On Debian based distributions these two commands should install all needed dependencies:
```bash
$ sudo apt-get install python3 python3-dev python3-pip libpng-dev libjpeg-dev p7zip-full python3-pyqt5
```bash
$ sudo apt-get install -y python3 python3-dev libpng-dev libjpeg-dev p7zip-full unrar-free libgl1 python3-pyqt5 && \
python -m pip install --upgrade pip && \
```
then
```bash
$ python -m pip install --upgrade -r requirements.txt
```
or
```bash
$ pip3 install --user --upgrade pillow python-slugify psutil pyqt5 raven
```