Closed wdATuwa closed 6 months ago
You will need to install flask, flask_sqlalchemy, flask_login
Probably a good idea to get create a dependencies script to install the dependencies
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
Hey,
Is there a dependancies file with required packages, etc?