From 7fb4eb89fcf51cfe0fece1e21ff5dff5fd7bfbdb Mon Sep 17 00:00:00 2001 From: M Starch Date: Thu, 26 Oct 2023 14:40:28 -0700 Subject: [PATCH] Update README.adoc --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 9603757..42fb6fe 100644 --- a/README.adoc +++ b/README.adoc @@ -19,6 +19,8 @@ To install to a different directory, run `./install` _dir-name_. Once you have installed the FPL tools to a directory `FPL_INSTALL_DIR`, you can put `FPL_INSTALL_DIR` in your shell path. For example, in bash: +> Note: most users will install via the published native PIP packages. + [source,bash] ---- % export FPL_INSTALL_DIR=[path-to-fpl-install-dir]