Ednormous / CITS3403-Group-Project

This is where the group project begins.
2 stars 0 forks source link

Having issue running the app. #7

Closed wdATuwa closed 6 months ago

wdATuwa commented 7 months ago

Hey,

Is there a dependancies file with required packages, etc?

Ednormous commented 7 months ago

You will need to install flask, flask_sqlalchemy, flask_login

Ednormous commented 7 months ago

Probably a good idea to get create a dependencies script to install the dependencies

Josh-Trainer commented 7 months ago

Make sure that your python versions are correct and all match. I had issues using pip install flask when I should have been using pip3 install flask