tdryer/hangups installing on windows

65 views Asked by At

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.

1

There are 1 answers

4
VonC On BEST ANSWER

From the installation page, pip, for instance, should get the hangups executable.

pip3 install hangups

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\.