Skip to content

Commit

Permalink
Update docs/Users_Guide/installation.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Julie Prestopnik <[email protected]>
  • Loading branch information
bikegeek and jprestop authored Nov 20, 2024
1 parent bfa8b53 commit d2a7992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Users_Guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d2a7992

Please sign in to comment.