Skip to content

Commit e36484e

Browse files
docs(readme): add section on determining installed version (#1697)
1 parent 65753fd commit e36484e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,17 @@ We take backwards-compatibility seriously and work hard to ensure you can rely o
507507

508508
We are keen for your feedback; please open an [issue](https://www.github.com/openai/openai-python/issues) with questions, bugs, or suggestions.
509509

510+
### Determining the installed version
511+
512+
If you've upgraded to the latest version but aren't seeing any new features you were expecting then your python environment is likely still using an older version.
513+
514+
You can determine the version that is being used at runtime with:
515+
516+
```py
517+
import openai
518+
print(openai.__version__)
519+
```
520+
510521
## Requirements
511522

512523
Python 3.7 or higher.

0 commit comments

Comments
 (0)