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