Skip to content

Commit

Permalink
Update README.md (#43)
Browse files Browse the repository at this point in the history
adds a warning to ensure python v > 3.9, 
correct name of pip package as per PyPI.
  • Loading branch information
zShanCS authored and jxnl committed Jul 8, 2023
1 parent 2b2dac2 commit 66e0a7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ Follow me on twitter and consider helping pay for openai tokens!

## Installation

Ensure you have Python version 3.9 or above.

```python
pip install openai_function_call
pip install openai-function-call
```

## Contributing
Expand Down

0 comments on commit 66e0a7f

Please sign in to comment.