### Build python package from source (useful for contributors)
### Build live package from source (useful for contributors)
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.
```bash
# pipx is recommended, but pip may suffice if pipx is unavailable