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