Update README.md

This commit is contained in:
BasioMeusPuga
2018-03-16 20:30:16 +05:30
committed by GitHub
parent 23aff44412
commit efe52cd3cb

View File

@@ -2,19 +2,26 @@
Qt based ebook reader Qt based ebook reader
Currently supports: Currently supports:
* pdf
* epub * epub
* mobi * mobi
* azw / azw3 / azw4 * azw / azw3 / azw4
* cbr / cbz * cbr / cbz
pdf support is coming, along with support for a bunch of other formats. Please see the TODO for additional information. Support for a bunch of other formats is coming. Please see the TODO for additional information.
## Requirements ## Requirements
* Qt5 >= 5.10.1 | Package | Version tested |
* Python >= 3.6 | --- | --- |
* PyQt5 >= 5.10.1 | Qt5 | 5.10.1 |
* python-requests >= 2.18.4 | Python | 3.6 |
* python-beautifulsoup4 >= 4.6.0 | PyQt5 | 5.10.1 |
| python-requests | 2.18.4 |
| python-beautifulsoup4 | 4.6.0 |
| poppler-qt5 | 0.61.1 |
| python-poppler-qt5 | 0.24.2 |
poppler-qt5 and python-poppler-qt5 are optional.
## Installation ## Installation
### Manual ### Manual