Added stream function

This commit is contained in:
Fergal Moran
2013-10-28 20:19:30 +00:00
parent 3f385af4d5
commit 5ec7a23f23
10 changed files with 35 additions and 28 deletions

View File

@@ -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)