Added pip packages and added it to readme

- Flask-WTF
- pillow
- WTForms
This commit is contained in:
2025-03-24 09:44:39 +01:00
parent 028e550db6
commit 6ac14893aa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
# WebTech
# Updating requirements.txt
pip freeze > requirements.txt
# Installing required packages
python -m venv venv
pip install -r requirements.txt