git clone https://github.com/penseeartificielle/caffe-windows-installation-tutorial.git
for req in $(cat requirements.txt); do pip install $req; done