Skip to content

Commit dca6edd

Browse files
lwasserucodery
andauthored
Fix: text cleanup
Co-authored-by: Jeremy Paige <[email protected]>
1 parent 7e28f74 commit dca6edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/declare-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In the example above, the plotMe package, depends upon two packages:
109109
* seaborn
110110
* numpy
111111

112-
This means that in order for plotMe to work in a users `environment` when installed, you also need to ensure that they have both of those required `dependencies` installed in their environment too.
112+
This means that in order for plotMe to work in a user's `environment` when installed, you also need to ensure that they have both of those required `dependencies` installed in their environment too.
113113

114114
Declaring a dependency in your `pyproject.toml` file will ensure that it is listed as a required dependency when published to PyPI and that it is automatically installed by pip or conda into a users environment when they run:
115115

0 commit comments

Comments
 (0)