From a9696eb36c0100d7c69a62a6c4344bb63e1a411f Mon Sep 17 00:00:00 2001 From: zShan <73174295+zShanCS@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:22:41 +0500 Subject: [PATCH] Update README.md (#43) adds a warning to ensure python v > 3.9, correct name of pip package as per PyPI. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3e9c80..052e126 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +For more details, refer to the LICENSE file in the repository.