Skip to content

Commit d4b9238

Browse files
committed
updated
1 parent 652cebb commit d4b9238

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyaction/action_template/{{action_slug}}/README.md.jinja

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Example usage..
99
### Running Locally
1010
If you want to run this action locally, follow these steps:
1111
- Clone the repo and `cd` into it.
12-
- Run `uv sync --no-install-project --extra cli`.
13-
- Run `uv run pyaction run`.
12+
- If you use `pip`
13+
- 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`.
1418

1519
Check out [this guide](https://pyaction.imsadra.me/docs/concepts/local-running) for more information about action local execution.

0 commit comments

Comments
 (0)