Update README.md

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Matt Williams 2023-10-19 13:52:40 -07:00 committed by GitHub
parent c5c8b4b16a
commit 25c63c91d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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