I have installed pylint in my system. I use python 3.6. When I call pylint from python command, I can see pylint. But when I try to call pyreverse, because I want to use it to create dot files, the system does not recognize the pyreverse command.
>>>python
>>>pylint
>>>pyreverse
Not recognized as an internal command.
Please, how do I make the windows 7 system to see and call pyreverse. I need to use it for my work to create dot files.