From d2a79923683ea37d5607f7e9df3f7d8d7e36794c Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:19:40 -0700 Subject: [PATCH] Update docs/Users_Guide/installation.rst Co-authored-by: Julie Prestopnik --- docs/Users_Guide/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index 6b96a17f..e60ce1c5 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -39,7 +39,7 @@ METcalcpy source code, e.g. `/User/someuser/METcalcpy`. From this directory, ru `pip install -e .` -This instructs pip to install the package based on instructios in the pyproject.toml file located in the current directory +This instructs pip to install the package based on instructions in the pyproject.toml file located in the current directory (as indicated by the '.'). The `-e` directs pip to install the package in edit mode, so if one wishes to make changes to this source code, the changes are automatically applied without the need to re-install the package.