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: docs/getting-started/installation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ python -m venv spoon-env
65
65
66
66
> 💡 On newer Apple Silicon Macs the `python` shim may not point to Python 3.
67
67
> Use `python3` for all commands unless you have explicitly configured `python`
68
-
> to target Python 3.12 or later.
68
+
> to target Python 3.12 or 3.13.
69
69
70
70
2. Install core package in editable mode
71
71
@@ -77,11 +77,11 @@ uv pip install -e . # or `pip install -e .` if you don't use uv
77
77
78
78
3. (Optional) Install Toolkits Package from local repo
79
79
80
-
If you want to use the extended blockchain and data tools from `spoon_toolkits`, install the **spoon-toolkits** package from the `spoon-toolkits` folder:
80
+
If you want to use the extended blockchain and data tools from `spoon_toolkits`, install the **spoon-toolkits** package from the `spoon-toolkit` folder:
Copy file name to clipboardExpand all lines: llm.txt
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15999,7 +15999,7 @@ python -m venv spoon-env
15999
15999
16000
16000
> 💡 On newer Apple Silicon Macs the `python` shim may not point to Python 3.
16001
16001
> Use `python3` for all commands unless you have explicitly configured `python`
16002
-
> to target Python 3.12 or later.
16002
+
> to target Python 3.12 or 3.13.
16003
16003
16004
16004
2. Install core package in editable mode
16005
16005
@@ -16011,11 +16011,11 @@ uv pip install -e . # or `pip install -e .` if you don't use uv
16011
16011
16012
16012
3. (Optional) Install Toolkits Package from local repo
16013
16013
16014
-
If you want to use the extended blockchain and data tools from `spoon_toolkits`, install the **spoon-toolkits** package from the `spoon-toolkits` folder:
16014
+
If you want to use the extended blockchain and data tools from `spoon_toolkits`, install the **spoon-toolkits** package from the `spoon-toolkit` folder:
0 commit comments