I am using locust package which uses python. I am following this tutorial:
https://docs.locust.io/en/latest/quickstart.html#example-locustfile-py
But when i get to executing this code in command line;
locust locustfile.py
I get this error;
'locust' is not recognized as an internal or external command,
operable program or batch file.
I have succesfully installed locust using pip
Any help apperciated! (sorry for bad English it is not my first language)