ksharindam / gospel-pdf-viewer

Poppler based fast pdf viewer written in PyQt5
GNU General Public License v3.0
10 stars 4 forks source link

Update README.md #2

Closed dammhannes closed 3 years ago

dammhannes commented 3 years ago

1) For compiling I needed pyqt5-dev-tools --> added to dependencies

2) Translation of files/resources.qrc to gospel_pdf/resources_rc.py command added to solve error:

Traceback (most recent call last): File "./gospel_pdf/main.py", line 21, in import resources_rc ModuleNotFoundError: No module named 'resources_rc'

dammhannes commented 3 years ago

@ksharindam do I need to send another pull request? (I updated the README in my fork) or will you take the current?

ksharindam commented 3 years ago

@ksharindam do I need to send another pull request? (I updated the README in my fork) or will you take the current?

I am deleting all pull request. copy the README.md from the original repo. add only that pyqt5-dev-tools line. the send me a pull request.

dammhannes commented 3 years ago

All right, will do!