How to create a requirements.txt?

Daniel Santos picture Daniel Santos · Apr 29, 2015 · Viewed 36.5k times · Source

I'm wondering how I can create a suitable requirements.txt for my Python 3 application?

Answer

Pawan picture Pawan · Apr 29, 2015

type following line in your command prompt

pip freeze > requirements.txt