From efe52cd3cbb1f19e232e9c8f6c391388da6e2660 Mon Sep 17 00:00:00 2001 From: BasioMeusPuga Date: Fri, 16 Mar 2018 20:30:16 +0530 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6e47096..cd60ae2 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,26 @@ Qt based ebook reader Currently supports: +* pdf * epub * mobi * azw / azw3 / azw4 * 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 -* Qt5 >= 5.10.1 -* Python >= 3.6 -* PyQt5 >= 5.10.1 -* python-requests >= 2.18.4 -* python-beautifulsoup4 >= 4.6.0 +| Package | Version tested | +| --- | --- | +| Qt5 | 5.10.1 | +| Python | 3.6 | +| 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 ### Manual