how to install pip package without cmd code example
Example 1: using pip windows cmd
python -m pip install <package>
Example 2: windows where are pip packages installed
#Windows
%localappdata%\programs\python\python38\lib\site-packages
#Installed with chocolatey
C:\Python38\Lib\site-packages