pip where is package installed code example
Example 1: how to see pip installed packages
py -m pip list [options]
Example 2: install packages with pip from python
pip3 install <package_name>
py -m pip list [options]
pip3 install <package_name>