On 2018-05-12 03:47, Sharan Basappa wrote:
I have installed Python recently. Do I need to install PIP separately or this would be part of default installation. When I run pip install <>, windows complains that no such command exists
That means that pip isn't on the Windows search path. It might be better to call the pip module via the py launcher: py -m pip install <> -- https://mail.python.org/mailman/listinfo/python-list