use cat to install software list in txt

for req in $(cat requirements.txt); do pip install $req; done

你可能感兴趣的:(操作系统,笔记,python)