forked from andonome/lk
initial commit
This commit is contained in:
5
networking/pip.md
Normal file
5
networking/pip.md
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
Upgrade all packages
|
||||
|
||||
> pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
|
||||
|
Reference in New Issue
Block a user