File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -204,9 +204,9 @@ Examples
204
204
pip-8.1.1-py2.py3-none-any.whl
205
205
206
206
#. Download a package supporting one of several ABIs and platforms.
207
- This is useful when fetching wheels for a well-defined interpreter, whose
208
- supported ABIs and platforms are known and fixed, different than the one pip is
209
- running under.
207
+ This is useful when fetching wheels for a well-defined interpreter, whose
208
+ supported ABIs and platforms are known and fixed, different than the one pip is
209
+ running under.
210
210
211
211
.. tab :: Unix/macOS
212
212
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ Examples
321
321
322
322
py -m pip install --upgrade SomePackage
323
323
324
- .. note ::
324
+ .. note ::
325
325
326
326
This will guarantee an update to ``SomePackage `` as it is a direct
327
327
requirement, and possibly upgrade dependencies if their installed
Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ Examples
142
142
143
143
#. List packages installed in editable mode
144
144
145
- When some packages are installed in editable mode, ``pip list `` outputs an
146
- additional column that shows the directory where the editable project is
147
- located (i.e. the directory that contains the ``pyproject.toml `` or
148
- ``setup.py `` file).
145
+ When some packages are installed in editable mode, ``pip list `` outputs an
146
+ additional column that shows the directory where the editable project is
147
+ located (i.e. the directory that contains the ``pyproject.toml `` or
148
+ ``setup.py `` file).
149
149
150
150
.. tab :: Unix/macOS
151
151
@@ -172,7 +172,7 @@ located (i.e. the directory that contains the ``pyproject.toml`` or
172
172
setuptools 57.4.0
173
173
wheel 0.36.2
174
174
175
- The json format outputs an additional ``editable_project_location `` field.
175
+ The json format outputs an additional ``editable_project_location `` field.
176
176
177
177
.. tab :: Unix/macOS
178
178
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ In sequence, what does pip do?:
42
42
user-given requirements, and where to get them from.
43
43
44
44
a. this step is convoluted - also exploratory, involves dependency
45
- resolution -- we need to get to the index, see what versions
46
- are available
45
+ resolution -- we need to get to the index, see what versions
46
+ are available
47
47
48
48
b. Sometimes you need to build the package itself in order to get
49
- dependency information, which means fetching the package from
50
- package index, which means knowing whether it exists. For a
51
- single package,
49
+ dependency information, which means fetching the package from
50
+ package index, which means knowing whether it exists. For a
51
+ single package,
52
52
53
53
4. Install the actual items to be installed.
54
54
You can’t perform that action at this time.
0 commit comments