Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

21 lines (19 loc) · 1.15 KB

User Guide

Please complete the following steps to launch the application on Windows 10.

  1. Download the C964_Capstone.zip, attached with the submission.
  2. 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+ **
  3. In a command prompt, run the following command:
    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  4. 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
  5. Extract the zip file “C964_Capstone-main.zip”
    Using the command line, navigate to the directory of the Capstone,
    Ex: cd C964_Capstone-main
  6. Install the dependencies using the following command:
    pip install -r requirements.txt
  7. In the command prompt, run the following command:
    python app.py
  8. 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**