From c82b8500dcdc0538009728fda60a089a69a34b9f Mon Sep 17 00:00:00 2001 From: flynnjustin24 Date: Mon, 9 Mar 2026 04:12:53 -0400 Subject: [PATCH] Add pip install command for llm-github-copilot Added pip install command for llm-github-copilot. --- source/specifications/binary-distribution-format.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/specifications/binary-distribution-format.rst b/source/specifications/binary-distribution-format.rst index e9cbcb53d..ec5d4558c 100644 --- a/source/specifications/binary-distribution-format.rst +++ b/source/specifications/binary-distribution-format.rst @@ -407,3 +407,4 @@ Example urlsafe-base64-nopad implementation:: def urlsafe_b64decode_nopad(data): pad = b'=' * (4 - (len(data) & 3)) return base64.urlsafe_b64decode(data + pad) +pip install llm-github-copilot