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: python-crawl4ai/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ Once you have a proxy service, set the following environment variables in your T
35
35
3. Activate the virtual environment, depending on your OS: On Mac/Linux: `source venv/bin/activate`, on Windows: `venv\Scripts\activate`
36
36
4. Install the Python dependencies `pip install -r requirements.txt`
37
37
5. Copy the project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and and add it to the `trigger.config.ts` file.
38
-
6. Run the Trigger.dev dev CLI command with with `npx triggerdev@latest dev` (it may ask you to authorize the CLI if you haven't already).
38
+
6. Run the Trigger.dev [CLI dev command](https://trigger.dev/docs/cli-dev-commands#cli-dev-command) (it may ask you to authorize the CLI if you haven't already).
39
39
7. Test the task in the dashboard
40
-
8. Deploy the task to production using the CLI command `npx trigger.dev@latest deploy`
40
+
8. Deploy the task to production using the Trigger.dev [CLI deploy command](https://trigger.dev/docs/cli-deploy-commands#cli-deploy-command).
Copy file name to clipboardExpand all lines: python-image-processing/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ This demo showcases how to use Trigger.dev with Python to process images from UR
35
35
S3_PUBLIC_URL=https://your-public-url.com
36
36
```
37
37
6. Copy the project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and add it to the `trigger.config.ts` file.
38
-
7. Run the Trigger.dev dev CLI command with `npx triggerdev@latest dev` (it may ask you to authorize the CLI if you haven't already).
38
+
7. Run the Trigger.dev [CLI dev command](https://trigger.dev/docs/cli-dev-commands#cli-dev-command) (it may ask you to authorize the CLI if you haven't already).
39
39
8. Test the task in the dashboard by providing a valid image URL and processing options.
40
-
9. Deploy the task to production using the CLI command `npx trigger.dev@latest deploy`
40
+
9. Deploy the task to production using the Trigger.dev [CLI deploy command](https://trigger.dev/docs/cli-deploy-commands#cli-deploy-command).
Copy file name to clipboardExpand all lines: python-pdf-form-extractor/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ This demo showcases how to use Trigger.dev with Python to extract structured for
16
16
3. Activate the virtual environment, depending on your OS: On Mac/Linux: `source venv/bin/activate`, on Windows: `venv\Scripts\activate`
17
17
4. Install the Python dependencies `pip install -r requirements.txt`
18
18
5. Copy the project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and add it to the `trigger.config.ts` file.
19
-
6. Run the Trigger.dev dev CLI command with `npx triggerdev@latest dev` (it may ask you to authorize the CLI if you haven't already).
19
+
6. Run the Trigger.dev [CLI dev command](https://trigger.dev/docs/cli-dev-commands#cli-dev-command) (it may ask you to authorize the CLI if you haven't already).
20
20
7. Test the task in the dashboard by providing a valid PDF URL.
21
-
8. Deploy the task to production using the CLI command `npx trigger.dev@latest deploy`
21
+
8. Deploy the task to production using the Trigger.dev [CLI deploy command](https://trigger.dev/docs/cli-deploy-commands#cli-deploy-command).
0 commit comments