Issue
I'm trying to use the Python library "httpstat".
As is mentioned on the official docs it says if I download it through pip I can use httpstat as command but I can't do that. It just throws the error that command isn't recognized.
As you can see it's already installed.
But I can't use it as a command.
Solution
You can try this way:
python3 -m httpstat httpbin.org/get
It's should work
Answered By - Dmitry Leiko
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.