I'm trying to be able to deploy a project that I made with pyqt5 using pyqtdeploy, I read the whole documentation, which sucks (sorry for the language), I even read the 1.3.2 version, and I still don't know how to make it work. I installed all the packages (using pip and the downloadable files for the demo) and run the setup, but I don't see the executable pyqtdeploy mentinned in the documentation, and the build-demo.py does not work.
I'm on Windows by the way,
This is not an answer but can sort of one since it "solve" the problem
OK I took a look at the whole code and to add to the fact that there are not the executable in it (the one mentioned in the documentation), all the imports are incorrect, and we have to either rename all the files or modify the import, I think that I'm just going to change and stick with pyinstaller, even if we can only do .exe.
However if someone have figured out how to make it work, I would like to know