From 3667da931fdd684f699801d4badb8edc2eef8bed Mon Sep 17 00:00:00 2001 From: Richard Guo Date: Thu, 11 May 2023 14:29:17 -0400 Subject: [PATCH] forgot obvious things --- .../pull_request_template.md | 0 gpt4all-bindings/python/README.md | 5 +++++ 2 files changed, 5 insertions(+) rename .github/{PR_TEMPLATE => PULL_REQUEST_TEMPLATE}/pull_request_template.md (100%) diff --git a/.github/PR_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from .github/PR_TEMPLATE/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/gpt4all-bindings/python/README.md b/gpt4all-bindings/python/README.md index f006b7ea..e56f783f 100644 --- a/gpt4all-bindings/python/README.md +++ b/gpt4all-bindings/python/README.md @@ -2,6 +2,11 @@ This package contains a set of Python bindings around the `llmodel` C-API. +## Installation + +``` +pip install gpt4all +``` ## Local Build Instructions