diff --git a/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md b/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md index 9c42ae8..d2bdc81 100644 --- a/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md +++ b/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md @@ -2,9 +2,11 @@ Requirements: * Python3 virtual environment * Flask (`pip3 install Flask`) + To make a basic website using the Flask python package you can follow any guides you can find. For example: * [Flask Mega Tutuorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) This tutorial consists of the basics, and continues on to create a Blogsite, with account management and such. * [\[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. Once you’re done, collect all Python packages needed in a `requirements.txt` with version number included. It should look something like this: