while installing a package the latest package is not getting installed from PyPI code example
Example 1: install packages with pip from python
pip3 install
Example 2: pip upgrade python
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}