how to update pakcage in pip python code example
Example 1: update pip module
pip install [package_name] -U
Example 2: how to update pip in python
python -m pip install --upgrade pip
pip install [package_name] -U
python -m pip install --upgrade pip