diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-10-29 11:25:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 11:25:48 +0100 |
commit | 4ec4c9966c727d6dac44507d34607bd7d2c5ed5c (patch) | |
tree | a0c32d447e4709786f5acf4d196e1a443de3401e /README.md | |
parent | Merge pull request #326 from ciromattia/dev (diff) | |
parent | Recommend running pip as user, not root (diff) | |
download | kcc-4ec4c9966c727d6dac44507d34607bd7d2c5ed5c.tar.gz kcc-4ec4c9966c727d6dac44507d34607bd7d2c5ed5c.tar.bz2 kcc-4ec4c9966c727d6dac44507d34607bd7d2c5ed5c.zip |
Merge pull request #329 from C0rn3j/master
Do not recommend running pip as root
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 7bdb90a..9a79c3d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It can also optionally optimize images by applying a number of transformations. ### A word of warning **KCC** _is not_ [Amazon's Kindle Comic Creator](http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1001103761) nor is in any way endorsed by Amazon. Amazon's tool is for comic publishers and involves a lot of manual effort, while **KCC** is for comic/manga readers. -_KC2_ in no way is a replacement for **KCC** so you can be quite confident we'll going to carry on developing our little monster ;-) +_KC2_ in no way is a replacement for **KCC** so you can be quite confident we are going to carry on developing our little monster ;-) ### Issues / new features / donations If you have general questions about usage, feedback etc. please [post it here](http://www.mobileread.com/forums/showthread.php?t=207461). @@ -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 |