Skip to content

Commit b40087b

Browse files
committed
Update README file
1 parent 36c2001 commit b40087b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

prompt-engineering/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Create and activate a [virtual environment](https://realpython.com/python-virtua
2020
(venv) $ python -m pip install openai
2121
```
2222

23+
Or, to make sure that you're using the same versions as shown in the tutorial, you can install from `requirements.txt` instead:
24+
25+
```bash
26+
(venv) $ python -m pip install -r requirements.txt
27+
```
28+
2329
## Usage
2430

2531
Read support chat conversations from a file, sanitize the text, classify by sentiment, and format the output as JSON:

0 commit comments

Comments
 (0)