Skip to content

Commit c18e1ee

Browse files
jaracoJon Wayne Parrott
authored andcommitted
Capture difference that pip doesn't allow for install config details … (pypa#233)
* Capture difference that pip doesn't allow for install config details such as the package index to be supplied per project as it is for easy_install. * Add definition for 'per project index'.
1 parent 1604f42 commit c18e1ee

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

source/glossary.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ Glossary
9292
:term:`package <Distribution Package>` discovery and consumption.
9393

9494

95+
Per Project Index
96+
97+
A private or other non-canonical :term:`Package Index` indicated by
98+
a specific :term:`Project` as the index preferred or required to
99+
resolve dependencies of that project.
100+
101+
95102
Project
96103

97104
A library, framework, script, plugin, application, or collection of data

source/pip_easy_install.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Here's a breakdown of the important differences between pip and easy_install now
6060
|Exclude scripts during install|No |Yes |
6161
| | | |
6262
+------------------------------+----------------------------------+-------------------------------+
63+
|per project index |Only in virtualenv |Yes, via setup.cfg |
64+
| | | |
65+
+------------------------------+----------------------------------+-------------------------------+
6366

6467
----
6568

0 commit comments

Comments
 (0)