Web Application for teaching linear algebra concepts in an accessible manner
Developed for CIS 422 at the University of Oregon
Instructions: -- Run "make run" from a terminal. -- Point your browser to http://localhost:5000
Manual run instructions: -- Make sure Python3 is installed on your system. 3.6.5 is the recommended version. https://www.python.org/downloads/release/python-365/ -- Pip is required, and is bundled with the installation of Python 3.6.5. -- Open terminal/command prompt in the folder containing this README.md and requirements.txt -- Run "pip install -r requirements.txt" -- Next, run "python ./src/main.py" Note that these may instead be another name such as pip3 and python3, depending on user configuration. -- Point your browser to http://localhost:5000
Team Members: Andrew Cvitanovich, Ashton Shears, Adrian Scheuerell, Marc Lee