docs: quote pip extras install examples (#1039)

Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com>
This commit is contained in:
nyxst4ck 2026-06-17 03:30:41 -03:00 committed by GitHub
parent 24eb5a4367
commit 6a4e0b2514
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ For async HTTP support (recommended):
```bash
uv add supermemory-agent-framework[async]
# or
pip install supermemory-agent-framework[async]
pip install 'supermemory-agent-framework[async]'
```
## Quick Start

View file

@ -23,7 +23,7 @@ For async HTTP support (recommended):
```bash
uv add supermemory-openai-sdk[async]
# or
pip install supermemory-openai-sdk[async]
pip install 'supermemory-openai-sdk[async]'
```
## Quick Start
@ -416,7 +416,7 @@ Optional for testing:
Install with async support:
```bash
pip install supermemory-openai-sdk[async]
pip install 'supermemory-openai-sdk[async]'
```
## Development

View file

@ -24,7 +24,7 @@ npm install supermemory
```bash
pip install supermemory
# Or for async support with aiohttp
pip install supermemory[aiohttp]
pip install 'supermemory[aiohttp]'
```
📦 View on PyPI: [https://pypi.org/project/supermemory/](https://pypi.org/project/supermemory/)

View file

@ -21,7 +21,7 @@ pnpm add supermemory
```bash
pip install supermemory
# Or for async support with aiohttp
pip install supermemory[aiohttp]
pip install 'supermemory[aiohttp]'
```
📦 View on PyPI: [https://pypi.org/project/supermemory/](https://pypi.org/project/supermemory/)