export FLASK_ENV=development export FLASK_ENV=production FLASK_APP=hello.py flask run If you have installed many dependencies in your system and you need requirements.txt for a specific project, you can install first pipreqs: $ pip install pipreqs and execute the below command under the project folder. $ pipreqs This command will generate requirements.txt file for the particular project.
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter