forked from andonome/lk
167 B
167 B
title, tags
| title | tags | ||
|---|---|---|---|
| pip |
|
Upgrade all packages
pip freeze --local | grep -v '^-e' | cut -d = -f 1 | xargs -n1 pip install -U