Add openSUSE Tumbleweed into install doc (#8996)

This commit is contained in:
Ondřej Súkup
2023-12-06 18:07:59 +01:00
committed by GitHub
parent b918647927
commit af88ffc57e

View File

@@ -48,6 +48,12 @@ on the testing repositories:
apk add ruff
```
For **openSUSE Tumbleweed** users, Ruff is also available in the distribution repository:
```shell
sudo zypper install python3-ruff
```
On **Docker**, it is published as `ghcr.io/astral-sh/ruff`, tagged for each release and `latest` for
the latest release.