Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 568 Bytes

MBv2

Microbeads Version 2 - CSC450 Project

Program must be run with Python3

Installation Instructions

  • 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".

Running the server

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