From 25c63c91d8be59a3290e8c759b556e738eebae33 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 19 Oct 2023 13:52:40 -0700 Subject: [PATCH] Update README.md Co-authored-by: Jeffrey Morgan --- examples/python-rag-newssummary/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python-rag-newssummary/README.md b/examples/python-rag-newssummary/README.md index fd749b2b..fbaabba4 100644 --- a/examples/python-rag-newssummary/README.md +++ b/examples/python-rag-newssummary/README.md @@ -17,6 +17,6 @@ This example lets you pick from a few different topic areas, then summarize the You can run the example like this: ```bash -python3 -m pip install -r requirements.txt -python3 summ.py +pip install -r requirements.txt +python summ.py ```