Orchestrate
$ for package in `pip list --outdated | cut -d ' ' -f 1` > do > pip install --upgrade $package > done
No comments:
Post a Comment