We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23074ea commit 681b7a3Copy full SHA for 681b7a3
1 file changed
docs/getting-started/installation.md
@@ -24,9 +24,16 @@ from simplecontext import SimpleContext
24
## Option B — pip install
25
26
```bash
27
-pip install simplecontext
+pip install simplecontext-ai
28
```
29
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
+
37
---
38
39
## Option C — SimpleContext-Bot (batteries included)
0 commit comments