Update docs/source/basic_tutorials/querying.md

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
This commit is contained in:
Merve Noyan 2023-08-04 22:40:23 +03:00 committed by GitHub
parent 9c2bf4008f
commit bae7b1cc68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ curl 127.0.0.1:8080/generate_stream \
-H 'Content-Type: application/json'
```
or through Python:
From Python, install `text-generation` first:
```shell
pip install text-generation