This website works better with JavaScript.
Home
Explore
Help
Sign In
dirk
/
bin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
A bin folder, holding helpfull scripts and commands
27
Commits
2
Branches
Tree:
767bdb240f
bin
/
pip_upgrade_all
pip_upgrade_all
96B
History
Raw
1
pip
list
--outdated --
format
=freeze | grep -v
'^\-e'
| cut -d = -f
1
| xargs -n1 pip install -U