浏览代码

Update README.md

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
Matt Williams 1 年之前
父节点
当前提交
25c63c91d8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/python-rag-newssummary/README.md

+ 2 - 2
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
 ```