So I followed this guide and managed to install Gcovr using pip (I already have Python installed along with Anaconda). I tried to use gcovr
but this is what I got:
When I use pip list
, Gcovr is already installed.
How do I use it?
I'm running Windows 7 64bit with Python 3.5.2 :: Anaconda 4.2.0 64bit
P.S: I'm sorry if this has already been asked before but after searching around for days I've yet to found any solution to my problem.