Skip to content

Commit 6c2d086

Browse files
committed
add warning to --egg option, see #1320
1 parent 9f94221 commit 6c2d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pip/commands/install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(self, *args, **kw):
127127
'--egg',
128128
dest='as_egg',
129129
action='store_true',
130-
help="Install as self contained egg file, like easy_install does.")
130+
help="Install packages as eggs, not 'flat', like pip normally does. This option is not about installing *from* eggs. (WARNING: Because this option overrides pip's normal install logic, requirements files may not behave as expected.)")
131131

132132
cmd_opts.add_option(
133133
'--root',

0 commit comments

Comments
 (0)