mirror of
https://github.com/ciromattia/kcc
synced 2025-12-12 17:26:23 +00:00
update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PyQt5>=5.6.0
|
||||
Pillow>=5.2.0
|
||||
psutil>=5.0.0
|
||||
python-slugify>=1.2.1,<8.0.0
|
||||
python-slugify>=1.2.1
|
||||
raven>=6.0.0
|
||||
# PyQt5-tools
|
||||
mozjpeg-lossless-optimization
|
||||
mozjpeg-lossless-optimization>=1.1.2
|
||||
Reference in New Issue
Block a user