OML-NPA / EasyML.jl

A foolproof way of doing ML with GUI elements.
Other
51 stars 3 forks source link

Improve README with usage instructions #17

Closed juliohm closed 3 years ago

juliohm commented 3 years ago

I tried to add the package and using EasyML but the Window isn't shown. Have you tested it on Linux? I am using KDE as the desktop environment, I should have most Qt libraries already installed.

a-ill commented 3 years ago

I have not tested on linux yet, but it should work. QML.jl downloads all needed Qt artifacts during package installation, so libraries should not be an issue.

Not sure that I understood you correctly, but do you mean that you expected a GUI window to appear after running using EasyML? If so, then you need to run functions such as modify_classes, design_model and etc to call respective GUI windows.

juliohm commented 3 years ago

Oh, I followed the instructions in the README and there I thought that just loading the package would trigger the GUI. Renaming the issue to "improve README".

a-ill commented 3 years ago

Going to do that, thanks!

a-ill commented 3 years ago

Added quick guide to the README

juliohm commented 3 years ago

Thanks, I think you could even mention that each command will trigger the GUI. Is using EasyML really part of the installation?

I will close the issue as it is already in your radar. 👍🏽