Python reminder

Maj pip
pip install --upgrade pip
Upgrade all pip3 package
pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip3 install -U