From c080847efce8008c7d23baa189fdd2f6eefaa40d Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:56:19 +0900 Subject: [PATCH] docs: mention atomic dpendency flags --- DEVELOPERS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 6aa180c..b201138 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -8,6 +8,14 @@ git submodule update --recursive --init ### Install with dev dependencies uv pip install -e '.[dev]' +This includes all dependencies for building, linting, testing, and checking in code. +If you optionally want to install only a subset of dev tools, replace 'dev' with the following flag: + +build: package release deps +docs: documentation tools +lint: code linting, fixing, and type checking +test: unit and integration tests + ## Miscellaneous ### Setting up precommit hooks