aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/wheel.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add --no-cache-dir into pip3 wheel commands for Python modulesXi Ruoyao2023-09-031-1/+1
|
* wheel: Remove magic PYTHONPATH=src (unneeded with flit-core) and ...Xi Ruoyao2023-03-311-54/+1
| | | | duplicated pip3 explanation (already in flit-core page).
* Corrected capitalization of the package name. This was hard to doDavid Bryant2022-12-081-1/+1
| | | | | because some references appear to refer to the program itself, and not to the package. Corrected English idiom here and there.
* Capitalized references to the package. Clarified the descriptions ofDavid Bryant2022-12-081-11/+11
| | | | | | | | | | pip3 -- the pip program processes both commands (e.g., install) and options (e.g., --no-index). Expressed option / command descriptions in the iindicative mood. The imperative mood should only be used to tell the reader what to do, not in explanatory verbiage. Inserted the definite article here and there. Corrected a misspelled instance of the indefinite article: we don't say "an utility" because the initial phoneme in "utility" is pronounced as YOO.
* wheel: build the wheel archive of wheel itselfXi Ruoyao2022-11-221-10/+38
| | | | | This avoids running "python3 setup.py install" (indirectly), which may not work correctly in the future with Python 3.12.
* Tweak pip3 instructionsBruce Dubbs2022-08-091-2/+5
|
* wheel: capitalize the first letter of the title, like all other packagesXi Ruoyao2022-04-181-1/+1
|
* text fixes for wheel changeXi Ruoyao2022-04-181-5/+22
| | | | | | * Add description for "wheel" command * Explain why pip3 warning does not matter for us * Format and typo fixes
* Add wheel.xmlBruce Dubbs2022-04-171-0/+95