Skip to main content

update all pip libraries to the latest version

pip install -U $(pip freeze | awk '{split($0, a, "=="); print a[1]}')

Comments