Microbeads Version 2 - CSC450 Project
Program must be run with Python3
- To download python packages ensure you have the latest version of python3 installed, and that you have it in your path. Then in the command prompt navigate to where you have MBv2 installed, and run this command "python -m pip install -r requirements.txt".
Use these commands for window's command prompt. Other OSs' may require different commands
- set FLASK_APP=Server
- set FLASK_ENV=development
- py -m flask run OR python server.py