@@ -512,8 +512,8 @@ all users) configuration:
512
512
else :file: `$HOME/.config/pip/pip.conf `.
513
513
* On Windows the configuration file is :file: `%APPDATA%\\ pip\\ pip.ini `.
514
514
515
- There are also a legacy per-user configuration file which is also respected,
516
- these are located at :
515
+ There is also a legacy per-user configuration file which is also respected.
516
+ To find its location :
517
517
518
518
* On Unix and macOS the configuration file is: :file: `$HOME/.pip/pip.conf `
519
519
* On Windows the configuration file is: :file: `%HOME%\\ pip\\ pip.ini `
@@ -1084,7 +1084,7 @@ You can then install from the archive like this::
1084
1084
$ python -m pip install --force-reinstall --ignore-installed --upgrade --no-index --no-deps $tempdir/*
1085
1085
1086
1086
Note that compiled packages are typically OS- and architecture-specific, so
1087
- these archives are not necessarily portable across macOShines .
1087
+ these archives are not necessarily portable across machines .
1088
1088
1089
1089
Hash-checking mode can be used along with this method to ensure that future
1090
1090
archives are built with identical packages.
@@ -1331,7 +1331,7 @@ Backtracking is not a bug, or an unexpected behaviour. It is part of the
1331
1331
way pip's dependency resolution process works.
1332
1332
1333
1333
During a pip install (e.g. ``pip install tea ``), pip needs to work out
1334
- the package's dependencies (e.g. ``spoon ``, ``hot-water ``, ``cup `` etc), the
1334
+ the package's dependencies (e.g. ``spoon ``, ``hot-water ``, ``cup `` etc. ), the
1335
1335
versions of each of these packages it needs to install. For each package
1336
1336
pip needs to decide which version is a good candidate to install.
1337
1337
@@ -1466,9 +1466,9 @@ here are a number of ways.
1466
1466
1467
1467
In most cases, pip will complete the backtracking process successfully.
1468
1468
It is possible this could take a very long time to complete - this may
1469
- not be the preferred option.
1469
+ not be your preferred option.
1470
1470
1471
- However there is a possibility pip will not be able to find a set of
1471
+ However, there is a possibility pip will not be able to find a set of
1472
1472
compatible versions.
1473
1473
1474
1474
If you'd prefer not to wait, you can interrupt pip (ctrl and c) and use
@@ -1523,7 +1523,7 @@ suitable constraints file.
1523
1523
4. Be more strict on package dependencies during development
1524
1524
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1525
1525
1526
- For package maintainers during the development, give pip some help by
1526
+ For package maintainers during software development, give pip some help by
1527
1527
creating constraint files for the dependency tree. This will reduce the
1528
1528
number of versions it will try.
1529
1529
0 commit comments