We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652cebb commit d4b9238Copy full SHA for d4b9238
pyaction/action_template/{{action_slug}}/README.md.jinja
@@ -9,7 +9,11 @@ Example usage..
9
### Running Locally
10
If you want to run this action locally, follow these steps:
11
- Clone the repo and `cd` into it.
12
-- Run `uv sync --no-install-project --extra cli`.
13
-- Run `uv run pyaction run`.
+- If you use `pip`
+ - Run `pip install ".[cli]".
14
+ - Run `pyaction run`.
15
+- If you use `uv`
16
+ - Run `uv sync --no-install-project --extra cli`.
17
+ - Run `uv run pyaction run`.
18
19
Check out [this guide](https://pyaction.imsadra.me/docs/concepts/local-running) for more information about action local execution.
0 commit comments