@ -7,7 +7,7 @@ To make a basic website using the Flask python package you can follow any guides
* [\[Video\]Python Website Full Tutorial](https://youtu.be/dam0GPOAvVI) A YouTube tutorial with Flask basics
* [\[Video\]Python Website Full Tutorial](https://youtu.be/dam0GPOAvVI) A YouTube tutorial with Flask basics
It\'s also worth mentioning, that Flask has various \“AddOn\” modules, like flask-wtf, which allows you to create forms on your website for data collection.
It\'s also worth mentioning, that Flask has various \“AddOn\” modules, like flask-wtf, which allows you to create forms on your website for data collection.
Once you’re done, collect all Python packages needed in a REQUIREMENTS.TXT with version number included. It should look something like this:
Once you’re done, collect all Python packages needed in a `requirements.txt` with version number included. It should look something like this: