From a6c9a4eee9e66fc431b99902cf304d5288269c33 Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Wed, 14 Jan 2026 19:19:52 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0018469..f0fa0bc 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ Goals: to transcribe and auto-summarize meeting recordings ## Installation 1. install [Miniconda](https://docs.conda.io/en/latest/miniconda.html) +2. In a virtual environment use PIP to install requirements + * `pip install -r requirements.txt` +3. run `python Meatgrinder.py Meeting-Recording.mp4` \ No newline at end of file