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 mosaic installed, and run this command "python -m pip install -r requirements.txt".
#Running the server Use these commands for window's command prompt. Other OSs' may require different commands MAC users may need to run the command 'export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES' to turn of the a security feature that allows threading
- set FLASK_APP=Server
- set FLASK_ENV=development
- py -m flask run OR python server.py