Update 'pip-update.py'

This commit is contained in:
Cyberes 2019-12-16 23:23:52 -07:00
parent b6035e6048
commit 779a68e40d
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ for x in updatable:
process = subprocess.Popen('python3.7 -m pip install --upgrade ' + x, shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
process.wait()
i = i + 1
print()