Is this a docs issue?
Type of issue
Information is incorrect
Description
I have been following the Python language-specific guide. I completed (1) https://docs.docker.com/guides/python/containerize/ and (2) https://docs.docker.com/guides/python/develop/. I created a pyproject.toml file as instructed (https://docs.docker.com/guides/python/lint-format-typing/#linting-and-formatting-with-ruff), but when I attempt to use Ruff (https://docs.docker.com/guides/python/lint-format-typing/#using-ruff), I receive a "command not found error." Either the tutorial is missing steps, or I'm misunderstanding it.
Location
https://docs.docker.com/guides/python/lint-format-typing/
Suggestion
Fix the tutorial or explain (add notes).