From 3c1b59f5c6f3c9e146c050dbebe43bd23a7a52c9 Mon Sep 17 00:00:00 2001 From: Claudius Ellsel Date: Fri, 9 Jun 2023 10:13:35 +0200 Subject: [PATCH] Move usage in Python bindings readme to own section (#907) Have own section for short usage example, as it is not specific to local build Signed-off-by: Claudius Ellsel --- gpt4all-bindings/python/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/README.md b/gpt4all-bindings/python/README.md index 8adcf488..970ac00e 100644 --- a/gpt4all-bindings/python/README.md +++ b/gpt4all-bindings/python/README.md @@ -36,7 +36,9 @@ cd ../../gpt4all-bindings/python pip3 install -e . ``` -3. Test it out! In a Python script or console: +## Usage + +Test it out! In a Python script or console: ```python