diff --git a/qualcoder/information.py b/qualcoder/information.py index e7966cf88..a13650a77 100644 --- a/qualcoder/information.py +++ b/qualcoder/information.py @@ -94,7 +94,7 @@ def accept(self):

Version:

\

QualCoderVersion

\

Depends on python at least 3.6, pyqt5 lxml Pillow ebooklib ply chardet pdfminer.six openpyxl

\ -

VLC should also be installed.

\ +

A recent version of VLC (64 bit) needs to be installed.

\

Tested on: Ubuntu 20.04, mostly tested on Windows 10, used on Mac OS. Used on other Linux platforms (Lubuntu, Raspberry Pi, Fedora)

\

\

Acknowledgements

\ @@ -103,7 +103,7 @@ def accept(self):

User: bit4 on stackoverflow who presented the source code to convert html to text.

\

ebooklib: Aleksandar Erkalović https://github.com/aerkalov

\

The VideoLAN team for the bindings to VLC. https://github.com/oaubert/python-vlc

\ -

To various members on github for supporting this project. Greek translations from staff and students of the University of Macedonia.

\ +

To various members on github for supporting this project.

\

Other detailsThe qda data folder contains folders for imported documents, \ images, audio and video. It also contains the sqlite database, named data.qda, to store coding data.

\ @@ -138,4 +138,4 @@ def accept(self): app = QtWidgets.QApplication(sys.argv) ui = DialogInformation(None, "a title", "") ui.show() - sys.exit(app.exec_()) \ No newline at end of file + sys.exit(app.exec_())