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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 .
```