Skip to content
Snippets Groups Projects
Commit 1a17cf43 authored by Ethan2.Clay@live.uwe.ac.uk's avatar Ethan2.Clay@live.uwe.ac.uk
Browse files

Update readme and add required pip packages

parent b9579594
Branches
No related tags found
No related merge requests found
{
"search.exclude": {
"**/*.code-search": false,
"**/bower_components": false,
"**/node_modules": false
}
}
\ No newline at end of file
......@@ -24,6 +24,18 @@
##########################################
# To run Flask you will need to be in the virtual environment, to get started enter the following command while within the flask-backend folder
# For the first time running manually you will also need to run the below additional commands
# Linux
python3 -m venv .venv
# Windows
py -3 -m venv .venv
# Both Windows and Mac
Once done you will need to run pip install on each line of requirements.txt . Once done restart your command line and carry on from the below commands
to be fully setup.
# Linux
. .venv/bin/activate
......
......@@ -2,4 +2,6 @@ Flask>=3.0.0
flask_sqlalchemy
flask_migrate
pymysql
python-dotenv
\ No newline at end of file
python-dotenv
jinja2==3.0.0
jinja2 markupsafe
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment