Add note about version number

This commit is contained in:
Paul Pfeister 2024-05-18 18:06:16 -04:00
parent 1b0e50854f
commit 07274a9a2c
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -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. 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 ```bash
# Assumes repository cloned, and pwd is repository root # Assumes repository cloned, and pwd is repository root
pipx install -e . pipx install -e .