Skip to content

Commit 77ee115

Browse files
lwasserucodery
andauthored
Fix: text cleanup
Co-authored-by: Jeremy Paige <[email protected]>
1 parent df1fadd commit 77ee115

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
@@ -111,7 +111,7 @@ In the example above, the plotMe package, depends upon two packages:
111111

112112
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

114-
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:
114+
Declaring a dependency in your `pyproject.toml` file will ensure that it is listed as a required dependency when your package is published to PyPI and that a package manager (`pip` or `conda`) will automatically install it into a user's environment alongside your package:
115115

116116
`python -m pip install plotMe`
117117
:::

0 commit comments

Comments
 (0)