> ## Documentation Index
> Fetch the complete documentation index at: https://docs.less.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Typical workflow

> Develop locally, then run the same script on Less with scheduling and logs.

1. [Install the SDK](/python-sdk/install) if you do not already have it installed.
2. Create and save a Python asset in Less.
3. After saving, the **Local SDK setup** modal opens. Copy the generated script into your local environment. You can reopen this later from the ⋯ menu by clicking **Generate local SDK setup**.
4. Develop and test locally.
5. Copy the script back into Less — omit the `os.environ` block at the top. The platform sets those variables when the job runs.
6. Add a schedule to run the asset on a regular basis.
