hydrargyrum / eye

Edit Your Editor: a scriptable Qt-based text editor - mirror of https://gitlab.com/hydrargyrum/eye
Do What The F*ck You Want To Public License
15 stars 1 forks source link

requirements are unspecified #13

Closed e3krisztian closed 6 years ago

e3krisztian commented 6 years ago

Checked out this editor, and it took me a small effort to get it started.

After a bit trial and error I was able to start the editor with Python 3.6.3 with these packages installed:

$ pip freeze
certifi==2017.11.5
eyeditor==0.0.1
PyQt5==5.9.2
pyxdg==0.25
QScintilla==2.10.2
sip==4.19.6
six==1.11.0

Where

To help other experimenters, could you add a requirements.txt file to list all the required dependencies with versions?

hydrargyrum commented 6 years ago

Oh, I thought PyQt and QScintilla were not present in pypi. Maybe I should add those dependencies in setup.py too? In the meantime, what do you think of PR #17? sip seems to be a dependency of PyQt5

e3krisztian commented 6 years ago

Yes, they should be in setup.py, too!

hydrargyrum commented 6 years ago

Fixed in eb30c715c1c176e7d3c8c40832ca03a36dab1cbc