lk/networking/pip.md

10 lines
167 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "pip"
tags: [ "Documentation", "networking" ]
---
2020-01-02 00:04:35 +00:00
Upgrade all packages
> pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U