2 lines
96 B
Plaintext
Executable File
2 lines
96 B
Plaintext
Executable File
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
|