From d46775802e6bae68983f018efb40c00da1e1359c Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 21 May 2024 04:04:05 -0400 Subject: [PATCH] Simple docu change Co-authored-by: Siddharth Dushantha --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 52c7008..a16f517 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -48,7 +48,7 @@ Note that the version number will be 0.0.0 for pipx local builds unless manually 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`.