File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ Installing Packages
77This section covers the basics of how to install Python :term: `packages
88<Distribution Package> `.
99
10- It's important to note that the term "package" in this context is being used as
11- a synonym for a :term: `distribution <Distribution Package> ` (i.e. a bundle of
12- software to be installed), not to refer to the kind of :term: `package <Import
13- Package> ` that you import in your Python source code (i.e. a container of
14- modules). It is common in the Python community to refer to a :term: `distribution
15- <Distribution Package> ` using the term "package". Using the term "distribution"
16- is often not preferred, because it can easily be confused with a Linux
17- distribution, or another larger software distribution like Python itself.
10+ It's important to note that the term "package" in this context is being used to
11+ describe a bundle of software to be installed (i.e. as a synonym for a
12+ :term: `distribution <Distribution Package> `). It does not to refer to the kind
13+ of :term: `package <Import Package> ` that you import in your Python source code
14+ (i.e. a container of modules). It is common in the Python community to refer to
15+ a :term: `distribution <Distribution Package> ` using the term "package". Using
16+ the term "distribution" is often not preferred, because it can easily be
17+ confused with a Linux distribution, or another larger software distribution
18+ like Python itself.
1819
1920
2021.. contents :: Contents
You can’t perform that action at this time.
0 commit comments