From 07274a9a2ce0067a4d6a78b014c9e907a1fe9842 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sat, 18 May 2024 18:06:16 -0400 Subject: [PATCH] Add note about version number --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index 0a5069d92..52c70086e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -41,6 +41,8 @@ pipx install sherlock-project Building an editable (or live) package links the entry point to your current directory, rather than to the standard install location. This is often useful when working with the code base, as changes are reflected immediately without reinstallation. +Note that the version number will be 0.0.0 for pipx local builds unless manually changed in the pyproject file (it will prompt the user for an update). + ```bash # Assumes repository cloned, and pwd is repository root pipx install -e .