lk/networking/pip.md
2022-01-18 13:24:25 +01:00

167 B

title tags
pip
Documentation
networking

Upgrade all packages

pip freeze --local | grep -v '^-e' | cut -d = -f 1 | xargs -n1 pip install -U