mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Update README.md (#43)
adds a warning to ensure python v > 3.9, correct name of pip package as per PyPI.
This commit is contained in:
@@ -14,8 +14,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
|
||||
@@ -224,4 +226,4 @@ If you want to see more examples checkout the examples folder!
|
||||
|
||||
This project is licensed under the terms of the MIT license.
|
||||
|
||||
For more details, refer to the LICENSE file in the repository.
|
||||
For more details, refer to the LICENSE file in the repository.
|
||||
|
||||
Reference in New Issue
Block a user