I would like to use meson build system on windows. I am python noob. It looks like I installed it, but I do not know how to run it.
I have installed python 3.6. I have installed meson from 'cmd':
C:\>python -m pip install meson
Collecting meson
Downloading meson-0.39.0.tar.gz (558kB)
100% |████████████████████████████████| 563kB 866kB/s
Installing collected packages: meson
Running setup.py install for meson ... done
Successfully installed meson-0.39.0
I try to run meson:
C:\>python -m meson
C:\Users\user\AppData\Local\Programs\Python\Python36-32\python.exe: No module named meson
C:\>meson
'meson' is not recognized as an internal or external command,
operable program or batch file.
How can I use/run this thing?