Skip to content

Commit bb5805d

Browse files
authored
Add a link to PyPI in README (#318)
Just adding a direct link toward https://pypi.org/project/tiktoken in the README file.
1 parent 853da97 commit bb5805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ assert enc.decode(enc.encode("hello world")) == "hello world"
1212
enc = tiktoken.encoding_for_model("gpt-4o")
1313
```
1414

15-
The open source version of `tiktoken` can be installed from PyPI:
15+
The open source version of `tiktoken` can be installed from [PyPI](https://pypi.org/project/tiktoken):
1616
```
1717
pip install tiktoken
1818
```

0 commit comments

Comments
 (0)