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:
zShan
2023-07-08 18:22:41 +05:00
committed by GitHub
parent 65ffbabee4
commit a9696eb36c
+4 -2
View File
@@ -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.