From f001897a1a09b5d060be9413c8619adc05c1f7b4 Mon Sep 17 00:00:00 2001 From: woheller69 <68678880+woheller69@users.noreply.github.com> Date: Fri, 31 May 2024 23:20:41 +0200 Subject: [PATCH] Fix path in Readme (#2339) Signed-off-by: woheller69 <68678880+woheller69@users.noreply.github.com> --- gpt4all-bindings/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/README.md b/gpt4all-bindings/python/README.md index 604beb90..e2a4037a 100644 --- a/gpt4all-bindings/python/README.md +++ b/gpt4all-bindings/python/README.md @@ -53,7 +53,7 @@ cmake --build build --parallel 2. Install the Python package: ``` -cd ../../gpt4all-bindings/python +cd ../gpt4all-bindings/python pip install -e . ```