pip install --upgrafe code example
Example 1: how to update pip python
python -m pip install --upgrade pip
Example 2: how to update a module in python
pip install [package] --upgrade
python -m pip install --upgrade pip
pip install [package] --upgrade