Update pip:
python -m pip install --upgrade pip
Update all modules:
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
Update pip:
python -m pip install --upgrade pip
Update all modules:
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U