Skip to content

Install/run dependencies #3

@gerardbosch

Description

@gerardbosch

Hi there 👋

Python dependencies are not listed anywhere, no requirements.txt nor in the README. So with an out-of-the-box Python installation (MacOS or Linux) the command in the README python run.py does not work:

python run.py 
Traceback (most recent call last):
  File "/tmp/Image-Enhancer/run.py", line 1, in <module>
    from AppWindowQt import Ui_MainWindow
  File "/tmp/Image-Enhancer/AppWindowQt.py", line 2, in <module>
    from PyQt5 import QtCore, QtGui, QtWidgets
ModuleNotFoundError: No module named 'PyQt5'

Also, the Python version is not specified.

In summary, a comprehensive installation/run description should be provided.

Cheers!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions