`ghs` command not working
Hey, I tried using the command but I always ran into this particular problem everytime I ran ghs any-command

Hi @AshutoshDash1999, I just checked and the command is working for me. Can you tell how did you installed the app?
I used pip install ghs, after this the command wasn't showing up, so I add the ghs path to PATH.
It's surely working on Mac, i asked my friend to install and it worked. Seems like issues are showing up on windows.
@AshutoshDash1999 Can you paste what location you added to PATH?
It should have been C:\Users\dasha\AppData\Roaming\Python\Python310\site-packages and not C:\Users\dasha\AppData\Roaming\Python\Python310\site-packages\ghs\
Got you.
Yeah, I actually added ghs at the end. After changing the PATH, the ghs -t command returns 'ghs' is not recognized as an internal or external command, operable program or batch file.
@AshutoshDash1999 Please try installing the command in a python virtual environment. It will install the binary in the virtual environment which you can use directly.