Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 181 Bytes

python-and-pip.md

File metadata and controls

17 lines (7 loc) · 181 Bytes

Snippets

pip or pip3?

pip --version




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