Skip to content

Installation

ytstudio is published on PyPI and runs on Python 3.12 and 3.13.

uv installs Python CLIs in isolated environments and keeps them upgradable.

uv tool install ytstudio-cli

To upgrade later:

uv tool upgrade ytstudio-cli

With pipx

pipx install ytstudio-cli
pipx upgrade ytstudio-cli

With pip

pip install --user ytstudio-cli

Verify

Both names share the same entry point:

ytstudio --version
yts --version

If --version prints a version number, you are ready for OAuth setup.