Skip to content

Commit 5f8092e

Browse files
authored
Add activate command to quickstart (#366)
Update create-a-toolkit.mdx
1 parent f281be8 commit 5f8092e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pages/home/build-tools/create-a-toolkit.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ The Makefile provides several helpful commands:
9393
- `install-local` - Install Arcade components (CLI, TDK, etc.) from source in editable mode. Only use this when you are developing against the latest unreleased code from the [arcade-ai repo](https://github.com/ArcadeAI/arcade-ai) main branch instead of the published packages
9494
- `test` - Test the code with pytest
9595

96+
97+
Activate the environment with:
98+
```bash
99+
source .venv/bin/activate
100+
```
101+
102+
or
103+
104+
```bash
105+
uv run
106+
```
107+
96108
## Define your tools
97109

98110
Create a Python file for your tools in the `arcade_arithmetic/tools` directory.

0 commit comments

Comments
 (0)