I am installing label-studio via python 3.7. I have used this command for installing label-studio.
py -m pip install label-studio
I am following the instructions from official site.
# Requires >=Python3.6, <3.9
pip install label-studio
# Start the server at http://localhost:8080
label-studio
but when I used to launch this program it gives the following error in cmd.
'label-studio' is not recognized as an internal or external command,
operable program or batch file.
I am using windows 10.
Any help in this regard will be highly appreciated.
Thank You.