From c0d28ca68d9b6e913bd9bcf56c38aef5cc0e97be Mon Sep 17 00:00:00 2001 From: baskayj Date: Tue, 21 Dec 2021 18:48:49 +0100 Subject: [PATCH] Update 'Quick Guide to publishing websites on hal.elte.hu with Python3 backend' --- ...o-publishing-websites-on-hal.elte.hu-with-Python3-backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 100dc9e..9c42ae8 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 @@ -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 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: ``` 1. Flask==2.0.2 2. Flask-WTF==1.0.0