Skip to content

Commit c82b850

Browse files
Add pip install command for llm-github-copilot
Added pip install command for llm-github-copilot.
1 parent 4be9cc7 commit c82b850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/specifications/binary-distribution-format.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,3 +407,4 @@ Example urlsafe-base64-nopad implementation::
407407
def urlsafe_b64decode_nopad(data):
408408
pad = b'=' * (4 - (len(data) & 3))
409409
return base64.urlsafe_b64decode(data + pad)
410+
pip install llm-github-copilot

0 commit comments

Comments
 (0)