Update DownloadDataDepsInstall.py
parent
0e53527aa3
commit
edcec38f62
|
@ -4,5 +4,5 @@ from subprocess import call
|
|||
|
||||
packages = [dist.project_name for dist in pkg_resources.working_set]
|
||||
if not "youtube-dl" in packages:
|
||||
packages += ["youtube-dl"]
|
||||
packages = ["youtube-dl"] + packages
|
||||
call("pip install --upgrade " + ' '.join(packages), shell=True)
|
Reference in New Issue