Skip to main content
LazyCloud installs with uv. The client supports Python 3.10 or newer.

Install the CLI

lazycloud is then on your path for downloading examples and managing your account from any directory.

Add the SDK to a project

uv run lazycloud and uv run python use the project’s pinned SDK. A new project starts with uv init my-project. pyproject.toml and uv.lock belong in version control, and uv sync --locked reproduces them in CI. Packages your code needs remotely go in the workload’s image, not in your local environment.

Upgrade

A downloaded example pins an exact SDK version. uv add "lazycloud-client==<version>" moves it to another release.

Sign-in state

The CLI keeps sign-in state under ~/.lazycloud, shared by the global and project commands. LAZYCLOUD_HOME moves it.