I've installed hangups project using both pip and setup.py on the source code.
In the documentation it clearly says an executable/command should be created called "hangups
", but none can be found.
I'm sure it's not a major problem just me missing something simple.
From the installation page, pip, for instance, should get the hangups executable.
As illustrated by this other issue, the end result should be in
~/.local/bin
.But on Windows, that would be at
C:\Python36-x64\Scripts\
.