what does the "-m" mean in this statement?

What does the -m in this statement mean:

py -m pip install numpy

And how is that statement different than

pip install numpy

Thanks!