Installation¶
ruff-sync is a Python CLI tool. We recommend using uv for the best experience, but it works with standard Python package managers as well.
Recommended: Using uv¶
If you are using uv, you can run ruff-sync without installing it globally:
Or add it to your project's development dependencies:
Other Methods¶
pipx is the recommended way to install Python CLIs globally in isolated environments.
Verifying Installation¶
Check that ruff-sync is installed correctly by running: