Skip to content

Commit

Permalink
Fix: text cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Paige <[email protected]>
  • Loading branch information
lwasser and ucodery authored Dec 8, 2023
1 parent df1fadd commit 77ee115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-structure-code/declare-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ In the example above, the plotMe package, depends upon two packages:

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.

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:
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:

`python -m pip install plotMe`
:::
Expand Down

0 comments on commit 77ee115

Please sign in to comment.