Browse Source

Update README.md

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
Matt Williams 1 năm trước cách đây
mục cha
commit
25c63c91d8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
 ```