You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/getting-started.mdx
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,16 @@ The fastest way to get started with Basic Memory:
22
22
23
23
You can install Basic Memory using `uv`, an extremely fast Python package and project manager, written in Rust.
24
24
25
+
**Requirements**: Python 3.13 or higher
26
+
25
27
You can install `uv` from [astral's website ↗️](https://docs.astral.sh/uv/getting-started/installation/). After installing `uv` you can install Basic Memory with the command:
26
28
27
29
```bash
28
30
uv tool install basic-memory
29
31
```
30
32
<Warning>
31
33
-**`uv` must be installed and available in your system PATH**. Claude Desktop runs in its own isolated environment and needs `uv` to manage dependencies.
34
+
-**Python 3.13+ required**. Check your version with `python --version`.
32
35
</Warning>
33
36
34
37
### Homebrew Installation (macOS)
@@ -71,15 +74,6 @@ Edit your Claude Desktop config, located at:
0 commit comments