python dependencies of requirements.txt export good habit

Export current project dependencies python package list
pip freeze> requirements.txt

Installation depends from the python package requirements.txt
pip install -r requirements.txt

Guess you like

Origin www.cnblogs.com/aric2016/p/12174038.html