Skip to Content

PyPI Installation

Synced from docs/cli-install-pypi.md on the main branch of smbcloud-cli . Edit it there.

Install

Run once without a persistent install:

uvx --from smbcloud-cli smb

Install as a persistent tool:

uv tool install smbcloud-cli

Or with pip:

pip install smbcloud-cli

Upgrade

uv tool upgrade smbcloud-cli

Or with pip:

pip install --upgrade smbcloud-cli

Uninstall

uv tool uninstall smbcloud-cli

Or with pip:

pip uninstall smbcloud-cli

All installation methods above use pre-built binaries — no Rust toolchain required. You can also download the binary directly from GitHub Releases .