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 <claudius.ellsel@live.de>
This commit is contained in:
Claudius Ellsel 2023-06-09 10:13:35 +02:00 committed by GitHub
parent 0cb2b86730
commit 3c1b59f5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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