Skip to content

Commit 39a26e2

Browse files
authored
chore: rm Apify as optional dependecy (#982)
1 parent f49a155 commit 39a26e2

File tree

3 files changed

+414
-453
lines changed

3 files changed

+414
-453
lines changed

docs/deployment/apify_platform.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ We do not test Crawlee in other cloud environments such as Lambda or on specific
2323

2424
:::
2525

26+
## Requirements
27+
28+
To run your Crawlee code on Apify platform, you need an Apify account. If you don't have one yet, you can sign up [here](https://console.apify.com/sign-up).
29+
30+
Additionally, you must have the [Apify CLI](https://docs.apify.com/cli/) installed on your computer. For installation instructions, refer to the [Installation guide](https://docs.apify.com/cli/docs/installation).
31+
32+
Finally, ensure that the [Apify SDK] (https://docs.apify.com/sdk/python/) is installed in your project. You can install it using `pip`:
33+
34+
```bash
35+
pip install apify
36+
```
37+
2638
## Logging into Apify platform from Crawlee
2739

2840
To access your [Apify account](https://console.apify.com/sign-up) from Crawlee, you must provide credentials - your [API token](https://console.apify.com/account?tab=integrations). You can do that either by utilizing [Apify CLI](https://docs.apify.com/cli/) or with environment variables.

0 commit comments

Comments
 (0)