mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-28 20:30:44 +00:00
Initial commit
This commit is contained in:
5
pip_upgrade.py
Executable file
5
pip_upgrade.py
Executable file
@@ -0,0 +1,5 @@
|
||||
import pip
|
||||
from subprocess import call
|
||||
|
||||
for dist in pip.get_installed_distributions():
|
||||
call("pip install --upgrade " + dist.project_name, shell=True)
|
||||
Reference in New Issue
Block a user