Being write that, I would suggest to swap the steps along with a tiny typo when trying to install the package, instead of python install use pip install
It looks like while adding the changes, git adds or my IDE adds some extra spaces. Let me know if I need to change that.
Hi @mliberty1, thanks for creating this amazing project.
I would like to do some modifications in the quick tutorial if someone needs to run the ui from source.
I couldn't run first
python3 -m joulescope_ui
cause I found out that there are some python files to be generated from qrc and ui.This is one messages that I got:
The issue dissapears when I prepare the tar file:
Being write that, I would suggest to swap the steps along with a tiny typo when trying to install the package, instead of
python install
usepip install
It looks like while adding the changes, git adds or my IDE adds some extra spaces. Let me know if I need to change that.
Thanks,