about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorC0rn3j <spleefer90@gmail.com>2019-10-28 14:38:48 +0100
committerC0rn3j <spleefer90@gmail.com>2019-10-28 14:38:48 +0100
commit5a51c5234e683691e6c4cfb71f76e70bc23df906 (patch)
treea0c32d447e4709786f5acf4d196e1a443de3401e /README.md
parentFix typo (diff)
downloadkcc-5a51c5234e683691e6c4cfb71f76e70bc23df906.tar.gz
kcc-5a51c5234e683691e6c4cfb71f76e70bc23df906.tar.bz2
kcc-5a51c5234e683691e6c4cfb71f76e70bc23df906.zip
Recommend running pip as user, not root
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 51f4310..9a79c3d 100644
--- a/README.md
+++ b/README.md
@@ -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