User Guide
Please complete the following steps to launch the application on Windows 10.
- Download the C964_Capstone.zip, attached with the submission.
- Download the latest version of python, which can be found here:
https://www.python.org/downloads/release/python-3125/
** The program has only been tested in Python 3.9+ ** - In a command prompt, run the following command:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - Move the get-pip.py file to the same directory where Python is installed. In a command prompt, run the following command:
python get-pip.py - Extract the zip file “C964_Capstone-main.zip”
Using the command line, navigate to the directory of the Capstone,
Ex: cd C964_Capstone-main - Install the dependencies using the following command:
pip install -r requirements.txt - In the command prompt, run the following command:
python app.py - In a web browser, navigate to:
http://127.0.0.1:5000
** The program has only been tested in the latest versions of Google Chrome, Safari, and Microsoft Edge**