We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0dd6a commit 49f413cCopy full SHA for 49f413c
README.md
@@ -18,7 +18,7 @@ A full-stack agentic connector builder webapp with YAML editing capabilities. Th
18
Run the webapp directly from GitHub using `uvx`:
19
20
```bash
21
-uvx --from git+https://github.com/airbytehq/agentic-connector-builder-webapp agentic-connector-builder-webapp
+uvx --python=3.13 --from git+https://github.com/airbytehq/agentic-connector-builder-webapp agentic-connector-builder-webapp
22
```
23
24
This will automatically fetch and run the latest version from the `main` branch. The app will start at `http://localhost:3000`.
0 commit comments