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
204204 pip-8.1.1-py2.py3-none-any.whl
205205
206206 #. 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.
210210
211211 .. tab :: Unix/macOS
212212
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ Examples
321321
322322 py -m pip install --upgrade SomePackage
323323
324- .. note ::
324+ .. note ::
325325
326326 This will guarantee an update to ``SomePackage `` as it is a direct
327327 requirement, and possibly upgrade dependencies if their installed
Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ Examples
142142
143143 #. List packages installed in editable mode
144144
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).
149149
150150 .. tab :: Unix/macOS
151151
@@ -172,7 +172,7 @@ located (i.e. the directory that contains the ``pyproject.toml`` or
172172 setuptools 57.4.0
173173 wheel 0.36.2
174174
175- The json format outputs an additional ``editable_project_location `` field.
175+ The json format outputs an additional ``editable_project_location `` field.
176176
177177 .. tab :: Unix/macOS
178178
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ In sequence, what does pip do?:
4242 user-given requirements, and where to get them from.
4343
4444 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
4747
4848 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,
5252
53534. Install the actual items to be installed.
5454
You can’t perform that action at this time.
0 commit comments