Simple docu change

Co-authored-by: Siddharth Dushantha <siddharth.dushantha@gmail.com>
This commit is contained in:
Paul Pfeister 2024-05-21 04:04:05 -04:00
parent 9579f941be
commit d46775802e
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -48,7 +48,7 @@ Note that the version number will be 0.0.0 for pipx local builds unless manually
pipx install -e . pipx install -e .
``` ```
### Run package from source (no install) ### Run package from source (without installing)
If you'd rather not install directly to your system, you can import the module at runtime with `-m`. If you'd rather not install directly to your system, you can import the module at runtime with `-m`.