mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#779)
This commit is contained in:
@@ -26,7 +26,7 @@ required python packages, and execute and monitor the process.
|
||||
|
||||
## Set up an Agent
|
||||
|
||||
1. Let's install the agent!
|
||||
1. Install the agent:
|
||||
|
||||
```bash
|
||||
pip install clearml-agent
|
||||
@@ -42,7 +42,7 @@ required python packages, and execute and monitor the process.
|
||||
If you've already created credentials, you can copy-paste the default agent section from [here](https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L15) (this is optional. If the section is not provided the default values will be used)
|
||||
:::
|
||||
|
||||
1. Start the agent's daemon and assign it to a [queue](../../fundamentals/agents_and_queues.md#what-is-a-queue).
|
||||
1. Start the agent's daemon and assign it to a [queue](../../fundamentals/agents_and_queues.md#what-is-a-queue):
|
||||
|
||||
```bash
|
||||
clearml-agent daemon --queue default
|
||||
|
||||
Reference in New Issue
Block a user