nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

How to use on Windows #113

Open page200 opened 2 years ago

page200 commented 2 years ago

On Windows, I did pip3 install vprof, but that didn't create any vprof.bat nor vprof.exe anywhere, so when I try something like vprof -c <config> <src> in the command line (as suggested by the readme), I get "'vprof' is not recognized as an internal or external command, operable program or batch file."

Should I add something specific to my environment variables?

page200 commented 2 years ago

Correct usage is py -m vprof -c <config> <src>. Please put this in the readme. Thanks!