how can I update library with pip code example
Example 1: how to update pip python
python -m pip install --upgrade pip
Example 2: update pip module
pip install [package_name] -U
python -m pip install --upgrade pip
pip install [package_name] -U