Replace pip install <package>
with pip install -r requirements.txt
#37
Loading
pip install <package>
with pip install -r requirements.txt
#37