import os
file1 = open('requirement/windows_requirements.txt','r')
lines = file1.readlines()
for line in lines:
os.system('pip install '+line.strip())
close(file1)
os.system('pip install psycopg2')
os.system('pip install pymssql')
黑洞@heidsoft
Github:https://github.com/heidsoft
微博:http://weibo.com/liuganbin
热衷云计算和大数据
关注CloudStack,OpenStack,Linux c/c++/python/java
关注研究新技术