pip is a package manager.
if you want to install a package in python then the convention is this:
python3.11 -m pip install package
This will install a package in ubuntu 20.04 (or similar), than this is the format.
This also works for windows although generally we can use this:
python -m pip instal package