You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/01_overview/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ consider using the [Apify API client for Python](https://docs.apify.com/api/clie
43
43
44
44
### Creating Actors
45
45
46
-
To create and run Actors through Apify Console, refer to the [Console documentation](https://docs.apify.com/academy/getting-started/creating-actors#choose-your-template).
46
+
To create and run Actors in Apify Console, refer to the [Console documentation](https://docs.apify.com/academy/getting-started/creating-actors#choose-your-template).
47
47
48
48
To create a new Apify Actor on your computer, you can use the [Apify CLI](https://docs.apify.com/cli), and select one of the [Python Actor templates](https://apify.com/templates?category=python).
49
49
@@ -118,7 +118,7 @@ We recommend keeping the entrypoint for the Actor in the `src/__main__.py` file.
118
118
119
119
## Adding dependencies
120
120
121
-
First, add them in the [`requirements.txt`](https://pip.pypa.io/en/stable/reference/requirements-file-format/) file in the Actor source folder.
121
+
First, add the dependencies in the [`requirements.txt`](https://pip.pypa.io/en/stable/reference/requirements-file-format/) file in the Actor source folder.
122
122
123
123
Then activate the virtual environment in `.venv`:
124
124
@@ -135,7 +135,7 @@ Then activate the virtual environment in `.venv`:
0 commit comments