lk/networking/pip.md
2022-01-16 19:29:49 +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