From 58b56a9aa11d7aa6f1dcac449b9265b228254132 Mon Sep 17 00:00:00 2001 From: Gilbert Green Date: Wed, 15 Nov 2023 13:36:52 -0500 Subject: [PATCH] Added a note to install first without -e flag to obtain template files --- docs/installation.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index fedf37d75b..c4691e8c4b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -143,4 +143,7 @@ after you restarted the Python kernel): .. code-block:: bash - pip install -e . \ No newline at end of file + pip install -e . + +Note: It is recommended to install the package without ``-e`` flag initially +to ensure that the template files are copied correctly. \ No newline at end of file