Skip to content

Commit 681b7a3

Browse files
author
root
committed
fix(docs): update pip install name to simplecontext-ai
1 parent 23074ea commit 681b7a3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/getting-started/installation.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@ from simplecontext import SimpleContext
2424
## Option B — pip install
2525

2626
```bash
27-
pip install simplecontext
27+
pip install simplecontext-ai
2828
```
2929

30+
!!! note "Package name vs import name"
31+
The PyPI package is named `simplecontext-ai` (name `simplecontext` was already taken).
32+
The import stays the same:
33+
```python
34+
from simplecontext import SimpleContext
35+
```
36+
3037
---
3138

3239
## Option C — SimpleContext-Bot (batteries included)

0 commit comments

Comments
 (0)