Skip to content

Commit fcac824

Browse files
committed
fix mdlint issues & add gif
add gif with terminal run of apify create command fix mdlint issue around blank space near codeblock
1 parent 1874de2 commit fcac824

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
6.19 MB
Loading

docs/01_overview/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ apify create my-first-actor --template python-start
5555

5656
This will create a new folder called `my-first-actor`, download and extract the "Getting started with Python" Actor template there, create a virtual environment in `my-first-actor/.venv`, and install the Actor dependencies in it.
5757

58+
![actor create command run](../01_overview/images/apify-create.gif)
59+
5860
#### Running the Actor
5961

6062
To run the Actor, you can use the [`apify run` command](/cli/docs/reference#apify-run):
63+
6164
```bash
6265
cd my-first-actor
6366
apify run

0 commit comments

Comments
 (0)