Skip to content

Commit

Permalink
The PyPI
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
jeanas and webknjaz authored Dec 16, 2023
1 parent 49368ea commit d4164d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A distribution package is a piece of software that you can install.
Most of the time, this is synonymous with "project". When you type ``pip
install pkg``, or when you write ``dependencies = ["pkg"]`` in your
``pyproject.toml``, ``pkg`` is the name of a distribution package. When
you search or browse PyPI_, the most widely known centralized source for
you search or browse the PyPI_, the most widely known centralized source for
installing Python software, what you see is a list of distribution
packages. Alternatively, the term "distribution package" can be used to
refer to a specific file that contains a certain version of a project.
Expand Down

0 comments on commit d4164d2

Please sign in to comment.