mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
docs: quote pip extras install examples (#1039)
Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com>
This commit is contained in:
parent
24eb5a4367
commit
6a4e0b2514
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/)
|
||||
|
|
|
|||
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue