Skip to content

Commit a079e40

Browse files
TC-MOmarcel-rbro
andauthored
Apply suggestions from code review
Co-authored-by: Marcel Rebro <marcel.rebro@apify.com>
1 parent 43e38c2 commit a079e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/01_overview/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ consider using the [Apify API client for Python](https://docs.apify.com/api/clie
4343

4444
### Creating Actors
4545

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).
4747

4848
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).
4949

@@ -118,7 +118,7 @@ We recommend keeping the entrypoint for the Actor in the `src/__main__.py` file.
118118

119119
## Adding dependencies
120120

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.
122122

123123
Then activate the virtual environment in `.venv`:
124124

@@ -135,7 +135,7 @@ Then activate the virtual environment in `.venv`:
135135
</TabItem>
136136
</Tabs>
137137

138-
Then install the dependencies:
138+
Finally, install the dependencies:
139139

140140
```bash
141141
python -m pip install -r requirements.txt

0 commit comments

Comments
 (0)