Skip to content

Commit f217fa0

Browse files
committed
Updated commands
1 parent c84a10d commit f217fa0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guides/python/python-crawl4ai.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,14 @@ if __name__ == "__main__":
215215
1. Create a virtual environment `python -m venv venv`
216216
2. Activate the virtual environment, depending on your OS: On Mac/Linux: `source venv/bin/activate`, on Windows: `venv\Scripts\activate`
217217
3. Install the Python dependencies `pip install -r requirements.txt`
218-
4. If you haven't already, copy your project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and and add it to the `trigger.config.ts` file.
219-
5. Run the Trigger.dev dev CLI command with with `npx trigger dev@latest dev` (it may ask you to authorize the CLI if you haven't already).
218+
4. If you haven't already, copy your project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and add it to the `trigger.config.ts` file.
219+
5. Run the Trigger.dev CLI `dev` command (it may ask you to authorize the CLI if you haven't already).
220220
6. Test the task in the dashboard, using a URL of your choice.
221221

222222
<ScrapingWarning />
223223

224224
## Deploying your task
225225

226-
Deploy the task to production using the CLI command `npx trigger.dev@latest deploy`
226+
Deploy the task to production using the Trigger.dev CLI `deploy` command.
227227

228228
<PythonLearnMore />

docs/guides/python/python-image-processing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@ if __name__ == "__main__":
517517
S3_PUBLIC_URL=https://your-public-url.com
518518
```
519519
5. Copy the project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and add it to the `trigger.config.ts` file.
520-
6. Run the Trigger.dev dev CLI command with `npx trigger dev@latest dev` (it may ask you to authorize the CLI if you haven't already).
520+
6. Run the Trigger.dev CLI `dev` command (it may ask you to authorize the CLI if you haven't already).
521521
7. Test the task in the dashboard by providing a valid image URL and processing options.
522-
8. Deploy the task to production using the CLI command `npx trigger.dev@latest deploy`
522+
8. Deploy the task to production using the Trigger.dev CLI `deploy` command.
523523

524524
## Example Payload
525525

0 commit comments

Comments
 (0)