We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853da97 commit bb5805dCopy full SHA for bb5805d
README.md
@@ -12,7 +12,7 @@ assert enc.decode(enc.encode("hello world")) == "hello world"
12
enc = tiktoken.encoding_for_model("gpt-4o")
13
```
14
15
-The open source version of `tiktoken` can be installed from PyPI:
+The open source version of `tiktoken` can be installed from [PyPI](https://pypi.org/project/tiktoken):
16
17
pip install tiktoken
18
0 commit comments