The README.md

Your readme should contain the following information:

An Example

# So You Think You Can Cater

Name: Todd Waits
Pitt ID: tow16

## Installation

1. Create a virtual environment for Python.
2. From the root of the repository run `pip install -r requirements.txt`
3. Add the `FLASK_APP` variable to your path. (e.g. `export FLASK_APP=catering.py`).
4. From the command prompt, run `flask initdb`.

## Running the App

Once installed, the application can be started with `flask run`.

Include any special instructions or information that you think may help the person grading your assignment understand what to expect.