소스 검색

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