Fix path in Readme (#2339)

Signed-off-by: woheller69 <68678880+woheller69@users.noreply.github.com>
This commit is contained in:
woheller69
2024-05-31 23:20:41 +02:00
committed by GitHub
parent 636307160e
commit f001897a1a

View File

@@ -53,7 +53,7 @@ cmake --build build --parallel
2. Install the Python package:
```
cd ../../gpt4all-bindings/python
cd ../gpt4all-bindings/python
pip install -e .
```