1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

Recommend running pip as user, not root

This commit is contained in:
C0rn3j
2019-10-28 14:38:48 +01:00
parent b7c6fd30e4
commit 5a51c5234e

View File

@@ -34,7 +34,7 @@ You can find the latest released binary at the following links:
## PYPI
**KCC** is also available on PyPI.
```
pip install KindleComicConverter
pip install --user KindleComicConverter
```
## DEPENDENCIES
@@ -49,7 +49,7 @@ Following software is required to run Linux version of **KCC** and/or bare sourc
On Debian based distributions these two commands should install all needed dependencies:
```
sudo apt-get install python3 python3-dev python3-pip libpng-dev libjpeg-dev p7zip-full
sudo pip3 install --upgrade pillow python-slugify psutil pyqt5 raven
pip3 install --user --upgrade pillow python-slugify psutil pyqt5 raven
```
### Optional dependencies