pip: fix example with egg specification (#20371)

pip: fix example with egg specification
This commit is contained in:
Vladimir Rutsky 2017-01-18 16:40:51 +04:00 committed by John R Barker
parent 74ecbebf7a
commit 18c86bc814

View file

@ -156,8 +156,7 @@ EXAMPLES = '''
# Install (MyApp) using one of the remote protocols (bzr+,hg+,git+,svn+). You do not have to supply '-e' option in extra_args.
- pip:
name: svn+http://myrepo/svn/MyApp#
egg: MyApp'
name: svn+http://myrepo/svn/MyApp#egg=MyApp
# Install MyApp using one of the remote protocols (bzr+,hg+,git+) in a non editable way.
- pip: