From 2ded43f766c3bb797a979c536cbacaaff9f81c45 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Sun, 23 Jun 2024 17:48:09 +0200 Subject: [PATCH] docs: expand environment dev-mode description --- docs/config/environment/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/environment/overview.md b/docs/config/environment/overview.md index 01378e9d7..7c6191429 100644 --- a/docs/config/environment/overview.md +++ b/docs/config/environment/overview.md @@ -105,7 +105,7 @@ features = [ ### Dev mode -By default, environments will always reflect the current state of your project on disk. Set `dev-mode` to `false` to disable this behavior: +By default, environments will always reflect the current state of your project on disk, for example, by installing it in editable mode in a Python environment. Set `dev-mode` to `false` to disable this behavior and have your project installed only upon creation of a new environment. From then on, you need to manage your project installation manually. ```toml config-example [tool.hatch.envs.static]