def run_my_command():
global install_requires, dependency_links
if dependency_links:
for link in dependency_links:
print('[custom] Install from CVS:', dependency_links)
pc.check_output(['pip', 'install', '--upgrade', link])
评论列表
文章目录