mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
Added stream function
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
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