mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
docs: quote pip extras install examples (#4568)
* docs: quote pip extras install examples * docs: quote remaining unquoted pip install extras --------- Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
This commit is contained in:
parent
c8b8911226
commit
dd803a0d7f
8 changed files with 12 additions and 12 deletions
|
|
@ -5,7 +5,7 @@ These examples demonstrate FastMCP's sampling API, which allows server tools to
|
|||
## Prerequisites
|
||||
|
||||
```bash
|
||||
pip install fastmcp[anthropic]
|
||||
pip install 'fastmcp[anthropic]'
|
||||
export ANTHROPIC_API_KEY=your-key
|
||||
```
|
||||
|
||||
|
|
@ -59,4 +59,4 @@ from fastmcp.client.sampling.handlers.openai import OpenAISamplingHandler
|
|||
handler = OpenAISamplingHandler(default_model="gpt-4o-mini")
|
||||
```
|
||||
|
||||
And install with `pip install fastmcp[openai]`.
|
||||
And install with `pip install 'fastmcp[openai]'`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue