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:08:44 +01:00
committed by GitHub
parent b71d056559
commit 27841abb83

View File

@@ -67,7 +67,7 @@ See this building method, to build it locally:
_Originally posted by @celogeek in https://github.com/darodi/kcc/issues/4#issuecomment-1364553511_
If you can't open the last beta and the OS says it's damaged, fix it with:
If you can't open and the OS says it's damaged, fix it with:
```
xattr -d com.apple.quarantine /Applications/Kindle\ Comic\ Converter.app
```
@@ -109,12 +109,12 @@ On Debian based distributions these two commands should install all needed depen
$ sudo apt-get install python3 python3-dev python3-pip libpng-dev libjpeg-dev p7zip-full python3-pyqt5
$ pip3 install --user --upgrade pillow python-slugify psutil pyqt5 raven
```
beta version
last version
```bash
$ pip install --index-url https://test.pypi.org/simple/ KindleComicConverterDarodi
```
stable version
older version (v5.5.2)
```bash
$ pip install --user KindleComicConverter
```