| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
duplicated pip3 explanation (already in flit-core page).
|
|
|
|
|
| |
because some references appear to refer to the program itself, and
not to the package. Corrected English idiom here and there.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This avoids running "python3 setup.py install" (indirectly), which may
not work correctly in the future with Python 3.12.
|
| |
|
| |
|
|
|
|
|
|
| |
* Add description for "wheel" command
* Explain why pip3 warning does not matter for us
* Format and typo fixes
|
|
|