mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
Add note about version number
This commit is contained in:
parent
1b0e50854f
commit
07274a9a2c
1 changed files with 2 additions and 0 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue